forked from zhangyuanwei/node-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 874 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
35
36
37
38
39
{
"name": "images",
"version": "3.0.3",
"description": "Cross-platform image decoder(webp/png/jpeg/gif) and encoder(webp/png/jpeg) for Node.js",
"main": "index.js",
"scripts": {
"test": "node test.js",
"install": "node ./scripts/install.js"
},
"repositoryName": "e2ebridge/node-images",
"repository": {
"type": "git",
"url": "https://github.com/e2ebridge/node-images.git"
},
"dependencies": {
"mkdirp": "^0.5.1",
"nan": "^2.3.2",
"node-gyp": "^3.3.1",
"npmlog": "^4.0.0",
"request": "^2.79.0"
},
"keywords": [
"image",
"decoder",
"encoder",
"webp",
"png",
"jpeg",
"gif",
"cross-platform",
"images"
],
"author": "ZhangYuanwei <[email protected]>",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/e2ebridge/node-images/issues"
}
}