forked from schollz/awsm.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "awsm.css",
"version": "1.3.0",
"description": "Simple CSS lib for semantic responsive sites",
"author": "Igor Adamenko <mail@igoradamenko.com> (http://igoradamenko.com)",
"devDependencies": {
"autoprefixer": "^6.5.3",
"browser-sync": "^2.18.1",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^1.0.0",
"gulp-filter": "^4.0.0",
"gulp-load-plugins": "^1.4.0",
"gulp-minify-css": "^1.1.6",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-stylelint": "^3.4.0",
"gulp-util": "^3.0.5",
"postcss-discard-comments": "^2.0.4",
"stylelint-scss": "^1.3.4",
"stylelint-selector-no-utility": "^1.4.0"
},
"main": "gulpfile.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/igoradamenko/awsm.css.git"
},
"bugs": {
"url": "https://github.com/igoradamenko/awsm.css/issues"
},
"scripts": {
"dev": "./node_modules/.bin/gulp"
}
}