-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 852 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 852 Bytes
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": "node-bpg",
"version": "1.0.0",
"description": "A nodejs wrapper that generating bpg image files by using pre-compiled libbpg (http://bellard.org/bpg/).",
"engines": {
"node": ">=6"
},
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/thammin/node-bpg.git"
},
"keywords": [
"bpg",
"node-bpg"
],
"author": "Paul Young",
"license": "MIT",
"bugs": {
"url": "https://github.com/thammin/node-bpg/issues"
},
"homepage": "https://github.com/thammin/node-bpg",
"devDependencies": {
"aigle": "^1.3.0",
"ava": "^0.19.1",
"glob": "^4.3.2",
"is-bpg": "^0.1.0",
"is-png": "^1.1.0",
"mocha": "^2.0.1",
"read-chunk": "^2.0.0",
"tempy": "^0.1.0"
},
"dependencies": {
"libbpg-bin": "^1.0.3"
}
}