-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 818 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": "pngcrush-installer",
"version": "1.8.10",
"description": "Installer for Pngcrush",
"homepage": "https://github.com/jlembeck/pngcrush-installer",
"repository": {
"type": "git",
"url": "https://github.com/jlembeck/pngcrush-installer.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jlembeck/pngcrush-installer/blog/master/LICENSE-MIT"
}
],
"main": "./lib/pngcrush-installer",
"bin": {
"pngcrush": "./bin/pngcrush.js"
},
"scripts": {
"postinstall": "node ./install-pngcrush.js",
"test": "grunt test -v"
},
"dependencies": {
"which": "1.0.5",
"mkdirp": "0.3.5"
},
"devDependencies": {
"grunt-cli": "0.1.9",
"grunt": "0.4.1",
"grunt-contrib-jshint": "0.3.0",
"grunt-contrib-nodeunit": "0.1.2"
}
}