forked from krzysztof-o/spritesheet.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.61 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "spritesheet-js",
"version": "1.0.5",
"description": "Spritesheet generator",
"main": "index.js",
"directories": {
"example": "example",
"test": "test"
},
"bin": {
"spritesheet-js": "./index.js"
},
"dependencies": {
"async": "~0.2.9",
"binpacking": "~0.0.1",
"mustache": "~0.7.2",
"underscore": "~1.5.2",
"glob": "~3.2.6",
"optimist": "~0.6.0"
},
"devDependencies": {
"mocha": "*",
"expect.js": "~0.2.0"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git://github.com/krzysztof-o/spritesheet.js.git"
},
"keywords": [
"spritesheet",
"texture",
"starling",
"sparrow",
"pixi.js",
"json",
"cocos2d",
"easel.js",
"generator"
],
"author": {
"name": "Krzysztof Opalka"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/krzysztof-o/spritesheet.js/issues"
},
"_id": "spritesheet-js@0.7.0",
"dist": {
"shasum": "ba77647a46fa7306851a173ad69f105b3dfbb695",
"tarball": "http://registry.npmjs.org/spritesheet-js/-/spritesheet-js-0.7.0.tgz"
},
"_from": "spritesheet-js@",
"_npmVersion": "1.3.8",
"_npmUser": {
"name": "krzysztof-o",
"email": "krzysztof.opalka@gmail.com"
},
"maintainers": [
{
"name": "krzysztof-o",
"email": "krzysztof.opalka@gmail.com"
}
],
"_shasum": "ba77647a46fa7306851a173ad69f105b3dfbb695",
"_resolved": "https://registry.npmjs.org/spritesheet-js/-/spritesheet-js-0.7.0.tgz",
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/krzysztof-o/spritesheet.js"
}