-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 844 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
{
"name": "sh2png",
"version": "1.1.0",
"description": "Screenshot console output.",
"main": "dist/sh2png.js",
"bin": {
"sh2png": "./dist/console.js"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeLenny/sh2png.git"
},
"author": "Ryan Leonard (http://ryanleonard.us)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeLenny/sh2png/issues"
},
"homepage": "https://github.com/CodeLenny/sh2png#readme",
"devDependencies": {
"chai": "^3.5.0",
"child-process-promise": "^2.2.0",
"codo": "^2.1.2",
"coffee-script": "^1.11.1",
"mocha": "^3.1.2"
},
"dependencies": {
"@codelenny/jimp": "^2.0.0",
"@codelenny/load-bmfont": "^1.0.0",
"bluebird": "^3.4.6"
}
}