-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 989 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
{
"name": "node-wick",
"version": "5.1.0",
"description": "NodeJS Bindings for the JohnWickParse library",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/SirWaddles/node-wick.git"
},
"author": "Waddlesworth <github@genj.io>",
"license": "MIT",
"devDependencies": {
"neon-cli": "^0.2.0"
},
"scripts": {
"compile": "neon build --release",
"install": "node-pre-gyp install",
"package": "node-pre-gyp package",
"gpublish": "node-pre-gyp-github publish"
},
"dependencies": {
"node-pre-gyp": "^0.12.0"
},
"files": [
"lib/"
],
"binary": {
"module_name": "index",
"host": "https://github.com/SirWaddles/node-wick/releases/download/",
"remote_path": "v{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
"module_path": "./bin-package",
"pkg_path": "."
}
}