-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 935 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
{
"name": "joycss",
"description": "wise css sprite tool by node and gd",
"keywords": [
"css",
"sprite"
],
"author": "Eward Song<[email protected]>",
"contributors": [],
"version": "0.6.6",
"repository": "git://github.com/shepherdwind/joycss.git",
"bin": {
"joycss": "./bin/joycss"
},
"dependencies": {
"co": "^3.1.0",
"co-exec": "^1.1.0",
"co-fs": "^1.2.0",
"commander": "~1.1.1",
"css": "^2.1.0",
"debug": "^2.0.0",
"gnode": "0.1.0",
"image-size": "^0.3.5",
"less": "^1.7.5",
"mkdirp": "^0.5.0",
"osenv": "~0.0.3",
"shelljs": "~0.1.2",
"thunkify": "^2.1.2",
"unyield": "0.0.1"
},
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"co-mocha": "^1.0.1",
"coveralls": "^2.11.2",
"istanbul": "^0.3.2",
"mocha-lcov-reporter": "0.0.1",
"mocha": "^1.21.4",
"rimraf": "^2.2.8",
"should": "^4.0.4"
}
}