forked from r3nya/postcss_example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 722 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": "postcss_example",
"description": "Simple example of postcss",
"repository": {
"type": "git",
"url": "git@github.com:r3nya/postcss_example.git"
},
"keywords": [
"postcss",
"gulp"
],
"author": "Andrey Makarov <me@r3nya.ru> (http://r3nya.ru/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/r3nya/postcss_example/issues"
},
"homepage": "https://github.com/r3nya/postcss_example",
"dependencies": {
"autoprefixer-core": "^5.2.0",
"babel": "^5.5.8",
"gulp": "^3.9.0",
"gulp-jade": "^1.0.1",
"gulp-open": "^0.3.2",
"gulp-postcss": "^5.1.8",
"postcss-nested": "^0.3.2",
"postcss-simple-vars": "^0.3.0"
},
"devDependencies": {}
}