forked from schollz/awsm.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
{
"name": "awsm.css",
"version": "2.0.0",
"description": "Simple CSS lib for semantic responsive sites",
"author": "Igor Adamenko <[email protected]> (http://igoradamenko.com)",
"devDependencies": {
"autoprefixer": "^6.6.1",
"browser-sync": "^2.18.5",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-load-plugins": "^1.4.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-pug": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-stylelint": "^3.6.0",
"gulp-util": "^3.0.8",
"postcss": "^5.2.8",
"postcss-discard-comments": "^2.0.4",
"stylelint-scss": "^1.4.1",
"stylelint-selector-no-utility": "^1.5.0"
},
"scripts": {
"build": "./node_modules/.bin/gulp build",
"clean": "./node_modules/.bin/gulp clean",
"dev": "./node_modules/.bin/gulp",
"lint": "./node_modules/.bin/gulp lint",
"test": "npm run build"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/igoradamenko/awsm.css.git"
},
"bugs": {
"url": "https://github.com/igoradamenko/awsm.css/issues",
"email": "[email protected]"
},
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"files": [
"index.js",
"dist"
]
}