This repository has been archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 1.52 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
{
"name": "phantomjssmith",
"description": "PhantomJS engine for spritesmith",
"version": "1.0.4",
"homepage": "https://github.com/twolfson/phantomjssmith",
"author": {
"name": "Todd Wolfson",
"email": "[email protected]",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/phantomjssmith.git"
},
"bugs": {
"url": "https://github.com/twolfson/phantomjssmith/issues"
},
"license": "MIT",
"main": "lib/engine",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"lint": "twolfson-style lint lib/ test/",
"postinstall": "phantomjs --version",
"test": "mocha --reporter dot --timeout 60000 && npm run lint"
},
"dependencies": {
"async": "~0.2.7",
"buffered-spawn": "~1.1.2",
"contentstream": "~1.0.0",
"jpeg-js": "0.0.4",
"ndarray": "~1.0.8",
"obj-extend": "~0.1.0",
"save-pixels": "~0.3.0",
"temporary": "0.0.8",
"through2": "~2.0.0",
"which": "~1.0.5"
},
"devDependencies": {
"chai": "~1.8.1",
"concat-stream": "~1.5.1",
"foundry": "~4.3.2",
"foundry-release-git": "~2.0.2",
"foundry-release-npm": "~2.0.2",
"jscs": "~2.4.0",
"jshint": "~2.8.0",
"mocha": "~1.21.4",
"spritesmith-engine-test": "~5.0.0",
"twolfson-style": "~1.6.1"
},
"keywords": [
"spritesmith",
"image",
"spritesmith-engine"
],
"foundry": {
"registerVersion": "0.1.0",
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}