-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "nodeos-nodejs",
"version": "10.8.0",
"description": "Node.js as a npm package for NodeOS",
"main": "index.js",
"scripts": {
"BigRedButton": "scripts/BigRedButton",
"build": "scripts/build",
"ci": "scripts/ci",
"install": "prebuild-install -d https://github.com/NodeOS/nodejs/releases/download/v{version}/{platform}-{arch}.tar.gz || (buildDependencies && npm run build)",
"mergeOrRelease": "scripts/mergeOrRelease",
"start": "scripts/start",
"test": "scripts/test",
"unbuild": "scripts/unbuild",
"update": "buho-checkUpdate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NodeOS/nodejs.git"
},
"author": "Jesús Leganés Combarro 'piranna' <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/NodeOS/nodejs/issues"
},
"homepage": "https://github.com/NodeOS/nodejs#readme",
"dependencies": {
"builddependencies": "0.0.2",
"prebuild-install": "5.2.5"
},
"buildDependencies": [
"nodeos-cross-toolchain"
],
"devDependencies": {
"buho": "^0.3.4",
"ci-publish": "^1.3.1",
"minimist": "^1.2.0",
"nodeos-cross-toolchain": "^1.0.0-RC3.1",
"prebuild": "^8.2.0",
"qemu": "^2.11.1",
"suppose": "^0.6.2"
},
"buho": {
"type": "nodejs",
"url": "http://nodejs.org/dist/index.json"
}
}