forked from carverous/carverous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "carverous",
"version": "0.5.6",
"description": "A responsive CSS framework with plain JS",
"author": "Ceferino Jose II",
"license": "MIT",
"licensepage": "https://github.com/carverous/carverous/blob/master/LICENSE",
"main": "gulpfile.js",
"keywords": [
"css",
"sass",
"scss",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"sasslintConfig": ".sass-lint.yml",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/carverous/carverous.git"
},
"bugs": {
"url": "https://github.com/carverous/carverous/issues"
},
"homepage": "https://github.com/carverous/carverous",
"devDependencies": {
"autoprefixer": "^6.7.4",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-flatten": "^0.3.1",
"gulp-insert": "^0.5.0",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^2.1.2",
"sass-lint": "^1.10.2"
}
}