-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
49 lines (49 loc) · 952 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
45
46
47
48
49
{
"name": "css-combo",
"version": "0.6.0",
"description": "css module combo tool",
"author": "daxingplay <[email protected]>",
"homepage": "",
"keywords": [
"css",
"build",
"combo"
],
"bugs": {
"url": "https://github.com/daxingplay/css-combo/issues"
},
"contributors": [],
"engines": {
"node": ">=0.8.1"
},
"directories": {
"lib": "./lib/"
},
"main": "./lib/index.js",
"bin": {
"csscombo": "./bin/csscombo"
},
"dependencies": {
"async": "^0.9.0",
"iconv-lite": ">=0.1.0",
"lodash": "^3.1.0",
"request": "^2.53.0"
},
"devDependencies": {
"mocha": "~1.4.1",
"should": "~0.6.3"
},
"scripts": {
"test": "mocha -t 20000"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/daxingplay/css-combo/blob/master/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "[email protected]:daxingplay/css-combo.git"
}
}