-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "nodeos-nodegit",
"version": "0.20.3",
"nodegitVersion": "0.20.3",
"description": "Generates a Nodegit module for NodeOS",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/luii/nodeos-nodegit.git"
},
"keywords": [
"libgit2",
"git2",
"git",
"native"
],
"scripts": {
"install": "(prebuild-install https://github.com/luii/nodeos-nodegit/releases/download/v{version}/nodeos-nodegit-v{version}-{runtime}-{abi}-{platform}-{arch}.tar.gz && cat ./resources/package.json > ./package.json) || npm install --ignore-scripts && npm run build",
"build": "scripts/build",
"unbuild": "scripts/unbuild",
"prebuilds": "scripts/prebuilds"
},
"author": {
"email": "[email protected]",
"name": "Philipp 'luii' Czarnetzki",
"url": "https://github.com/luii"
},
"directories": {
"lib": "./lib",
"build": "./build"
},
"license": "MIT",
"dependencies": {
"prebuild-install": "^2.4.1",
"fs-extra": "~0.26.2",
"lodash": "^4.17.4",
"promisify-node": "~0.4.0",
"node-gyp": "^3.6.2",
"nodeos-cross-toolchain": "^1.0.0-RC3.1",
"nodeos-nodejs": "^8.4.0"
},
"bugs": {
"url": "https://github.com/luii/nodeos-nodegit/issues"
},
"homepage": "https://github.com/luii/nodeos-nodegit"
}