-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
55 lines (55 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@getbase/base",
"version": "5.2.0",
"description": "A Rock Solid, Responsive CSS Framework built to work on all devices big, small and in-between.",
"homepage": "http://getbase.org/",
"author": "Matthew Hartman",
"main": "core.css",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"build:scss": "./node_modules/gulp/bin/gulp.js compileScssModulesToCss",
"build:less": "./node_modules/gulp/bin/gulp.js compileLessModulesToCss",
"build": "./node_modules/gulp/bin/gulp.js build",
"clean": "./node_modules/gulp/bin/gulp.js clean"
},
"repository": {
"type": "git",
"url": "https://github.com/getbase/base.git"
},
"keywords": [
"css",
"scss",
"less",
"framework",
"mobile-first",
"lightweight",
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"autoprefixer": "^9.7.6",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-less": "^4.0.1"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"ie >= 10"
],
"bugs": {
"url": "https://github.com/getbase/base/issues"
}
}