-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 998 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
{
"name": "nakasendo",
"version": "1.2.1",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/murphyj8/testNakStructure.git"
},
"scripts": {
"build": "node-pre-gyp rebuild",
"clean": "node-pre-gyp clean",
"install": "node-pre-gyp install --fallback-to-build",
"test": "node index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"node-gyp": "^6.1.0"
},
"dependencies": {
"aws-sdk": "^2.182.0",
"chai": "^4.2.0",
"minimist": "0.2.1",
"node-addon-api": "^1.7.2",
"node-pre-gyp": "0.6.x",
"request": "^2.88.2"
},
"binary": {
"module_name": "nakasendo",
"module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"remote_path": "./{module_name}/v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://nakasendotestbuilds.s3-eu-west-2.amazonaws.com"
}
}