forked from oxUnd/node-pngquant-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 855 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
{
"name": "node-pngquant-native",
"version": "2.0.1",
"description": "A pngquant addon of node",
"main": "index.js",
"directories": {
"test": "test"
},
"repositoryName": "TriggeredMessaging/node-pngquant-native",
"scripts": {
"test": "node ./test/test.js",
"install": "node ./scripts/install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TriggeredMessaging/node-pngquant-native.git"
},
"keywords": [
"fis",
"png",
"pngquant",
"image",
"reduce",
"ie6"
],
"author": "xiangshouding <xiangshouding@baidu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xiangshouding/node-pngquant-native/issues"
},
"dependencies": {
"mkdirp": "^0.5.1",
"nan": "^2.3.2",
"node-gyp": "^3.3.1",
"npmlog": "^4.0.0",
"request": "^2.79.0"
}
}