forked from aheckmann/gm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.18 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
{ "name": "gm"
, "description": "Graphics Magick for node."
, "version": "1.3.1"
, "author": "Aaron Heckmann <[email protected]>"
, "keywords": ["nodejs", "graphics magick", "graphics", "magick", "image", "graphicsmagick", "imagemagick"]
, "engines": { "node": ">= 0.4.2" }
, "bugs": { "url": "http://github.com/aheckmann/gm/issues" }
, "licenses": [{ "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php"}]
, "main": "./index"
, "scripts": { "test": "make test" }
, "contributors": [
{ "name": "Aaron Heckmann", "email": "[email protected]" }
, { "name": "Tero Parviainen", "github": "https://github.com/teropa" }
, { "name": "Evan Owen", "github": "https://github.com/kainosnoema" }
, { "name": "Math-", "github": "https://github.com/Math-" }
, { "name": "Luc Castera", "github": "https://github.com/dambalah" }
, { "name": "Joshua Warchol", "github": "https://github.com/jwarchol" }
, { "name": "Chris O'Hara", "github": "https://github.com/chriso" }
]
, "repository": {
"type": "git"
, "url": "https://github.com/aheckmann/gm.git"
}
, "devDependencies": {
"should": "0.2.1"
, "gleak": "0.2.2"
}
}