-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 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
48
49
50
51
52
53
54
55
56
57
{
"name": "nodeos-initramfs",
"version": "1.0.0-RC3.2",
"description": "Generate a NodeOS initramfs",
"scripts": {
"BigRedButton": "scripts/BigRedButton",
"build": "scripts/build",
"install": "(prebuild-install -d https://github.com/NodeOS/nodeos-initramfs/releases/download/v{version}/{platform}-{arch}.tar.gz && scripts/checkOut) || (buildDependencies && npm run build)",
"start": "scripts/start",
"postinstall": "scripts/postinstall",
"pretest": "scripts/pretest",
"test": "scripts/test",
"unbuild": "scripts/unbuild"
},
"author": "Jesús Leganés Combarro 'piranna' <[email protected]>",
"license": "MIT",
"dependencies": {
"builddependencies": "^0.0.1",
"prebuild-install": "^2.2.2"
},
"buildDependencies": [
"libfuse",
"nodeos-boot-multiUser",
"nodeos-boot-singleUserMount",
"nodeos-cross-toolchain",
"nodeos-nodejs",
"pkg-bin",
"usrbinenv"
],
"testDependencies": [
"nodeos-barebones",
"qemu",
"suppose"
],
"devDependencies": {
"ci-publish": "^1.3.0",
"libfuse": "^2.9.8-3",
"nodeos-barebones": "^1.0.0-RC3.1",
"nodeos-boot-multiUser": "^0.5.3",
"nodeos-boot-singleUserMount": "^0.5.2",
"nodeos-cross-toolchain": "^1.0.0-RC3.1",
"nodeos-nodejs": "^6.9.5-0",
"pkg-bin": "github:piranna/pkg-bin",
"prebuild": "^6.2.1",
"qemu": "^2.9.0",
"suppose": "^0.6.2",
"usrbinenv": "^0.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NodeOS/nodeos-initramfs.git"
},
"bugs": {
"url": "https://github.com/NodeOS/nodeos-initramfs/issues"
},
"homepage": "https://github.com/NodeOS/nodeos-initramfs#readme"
}