-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 760 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 760 Bytes
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
{
"name": "awsm",
"version": "1.0.0",
"description": "simple css lib for fcking responsive sites",
"author": "Igor Adamenko",
"devDependencies": {
"autoprefixer": "^6.3.3",
"autoprefixer-core": "^5.2.0",
"browser-sync": "^2.7.12",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^0.10.0",
"gulp-filter": "^3.0.1",
"gulp-minify-css": "^1.1.6",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.5",
"postcss-discard-comments": "^2.0.4",
"rimraf": "^2.4.0"
},
"main": "gulpfile.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/igoradamenko/awsm.css.git"
}
}