forked from zhangyuanwei/node-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 833 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": "images",
"version": "2.0.2",
"description": "Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Node.js",
"main": "index.js",
"bindingsCDN": "https://raw.githubusercontent.com/zhangyuanwei/node-images/master/bindings/",
"scripts": {
"test": "node test.js",
"install": "(node ./install.js 2> builderror.log) || (exit 0)"
},
"repository": {
"type": "git",
"url": "https://github.com/zhangyuanwei/node-images.git"
},
"keywords": [
"image",
"decoder",
"encoder",
"png",
"jpeg",
"gif",
"cross-platform",
"images"
],
"author": "ZhangYuanwei <zhangyuanwei1988@gmail.com>",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/zhangyuanwei/node-images/issues"
},
"dependencies": {
"step": "0.0.5"
}
}