-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 901 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "gulp-qcss",
"version": "0.0.3",
"description": "A gulp plugin for writing css quickly as rocket!.",
"keywords": [
"gulpplugin",
"qcss",
"css",
"efficiency",
"postcss-plugin"
],
"scripts": {
"test": "./test gulp"
},
"homepage": "https://github.com/zhangxinxu/gulp-qcss",
"bugs": {
"url": "https://github.com/zhangxinxu/gulp-qcss/issues"
},
"author": {
"name": "zhangxinxu",
"url": "https://github.com/zhangxinxu"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/zhangxinxu/gulp-qcss.git"
},
"dependencies": {
"gulp-util": "^2.2.14",
"through2": "^0.4.2",
"postcss": "latest"
},
"devDependencies": {},
"engines": {
"node": ">=0.9"
},
"license": "MIT",
"maintainers": [
{
"name": "zhangxinxu",
"email": "[email protected]"
}
]
}