-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 881 Bytes
/
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
{
"name": "grave",
"version": "3.2.0",
"description": "Simple CSS framework without classes",
"main": "index.js",
"scripts": {
"release": "node_modules/gulp/bin/gulp.js release",
"refactor": "node_modules/gulp/bin/gulp.js refactor",
"test": "node_modules/gulp/bin/gulp.js stylelint"
},
"repository": {
"type": "git",
"url": "https://github.com/Ferror/grave"
},
"author": "Zbigniew Malcherczyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ferror/grave/issues"
},
"homepage": "https://github.com/Ferror/grave",
"devDependencies": {
"gulp": "^4.0",
"gulp-cssimport": "^7.0",
"gulp-csso": "^2.0",
"gulp-rename": "^1.4",
"gulp-stylelint": "^9.0",
"stylelint": "^10.1",
"stylelint-config-standard": "^18.3"
}
}