-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.06 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
{
"name": "libbpg-bin",
"version": "1.0.4",
"description": "Binary wrapper for libbpg that makes it seamlessly available as a local dependecy",
"main": "index.js",
"scripts": {
"postinstall": "npm run binary",
"binary": "node lib/install.js",
"test": "ava"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thammin/libbpg-bin.git"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"libbpg",
"binary",
"bpg",
"image",
"optimize"
],
"author": "Paul Young <thammin@live.co.uk> (https://github.com/thammin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thammin/libbpg-bin/issues"
},
"homepage": "https://github.com/thammin/libbpg-bin#readme",
"dependencies": {
"bin-build": "^2.2.0",
"bin-wrapper": "^3.0.2",
"got": "^6.7.1",
"logalot": "^2.1.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"ava": "^0.19.1",
"is-bpg": "^0.1.0",
"is-png": "^1.1.0",
"read-chunk": "^2.0.0",
"tempy": "^0.1.0"
}
}