-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 737 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 737 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
{
"name": "spritesmith-cli",
"version": "1.1.1",
"description": "Adds a CLI to the spritesmith module",
"main": "index.js",
"bin": {
"spritesmith": "bin/spritesmith"
},
"repository": {
"type": "git",
"url": "https://github.com/bevacqua/spritesmith-cli.git"
},
"author": "Nicolas Bevacqua <nicolasbevacqua@gmail.com> (http://bevacqua.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bevacqua/spritesmith-cli/issues"
},
"homepage": "https://github.com/bevacqua/spritesmith-cli",
"dependencies": {
"contra": "^1.6.10",
"json2css": "^5.2.1",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"multi-glob": "^0.4.0",
"spritesmith": "^1.3.2",
"url2": "^1.0.3"
}
}