forked from zhangyuanwei/node-images
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (65 loc) · 1.2 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
{
"name": "images",
"version": "2.2.1",
"description": "Cross-platform image decoder(webp/png/jpeg/gif) and encoder(webp/png/jpeg) for Node.js",
"main": "index.js",
"bindingsCDN": "https://raw.githubusercontent.com/zhangyuanwei/node-images/master/bindings/",
"bindingMap": {
"0.8.0": [
"0.8.0",
"0.8.25"
],
"0.9.11": [
"0.10.0",
"0.10.99"
],
"0.12.0": [
"0.12.0",
"0.12.99"
],
"4.0.0": [
"4.0.0",
"4.99.99"
],
"5.0.0": [
"5.0.0",
"5.99.99"
],
"7.0.0": [
"7.0.0",
"7.99.99"
],
"8.0.0": [
"8.0.0",
"8.99.99"
]
},
"scripts": {
"test": "node test.js",
"install": "echo \"Hello, World.\""
},
"repository": {
"type": "git",
"url": "https://github.com/zhangyuanwei/node-images.git"
},
"keywords": [
"image",
"decoder",
"encoder",
"webp",
"png",
"jpeg",
"gif",
"cross-platform",
"images"
],
"author": "ZhangYuanwei <[email protected]>",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/zhangyuanwei/node-images/issues"
},
"devDependencies": {
"step": "0.0.5"
}
}