-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.11 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.11 KB
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
{
"name": "nodeos-rootfs",
"version": "1.0.0-RC2.0",
"scripts": {
"docker": "docker run",
"dockerBuild": "docker build -t rootfs .",
"build": "scripts/build",
"install": "scripts/install",
"prepublish": "scripts/prepublish",
"start": "scripts/start",
"test": "scripts/test",
"unbuild": "scripts/unbuild"
},
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
"license": "MIT",
"peerDependencies": {
"nodeos-barebones": "1.0.0-RC2.3",
"nodeos-initramfs": "1.0.0-RC2.4"
},
"dependencies": {
"nodeos-cross-toolchain": "^1.0.0-RC2.11",
"download-manager": "^0.1.3",
"genfatfs": "nodeos/genfatfs"
},
"devDependencies": {
"nodeos-barebones": "1.0.0-RC2.3",
"nodeos-initramfs": "1.0.0-RC2.4",
"qemu": "NodeOS/qemu"
},
"description": "Generate a bootable NodeOS disk image",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NodeOS/nodeos-rootfs.git"
},
"bugs": {
"url": "https://github.com/NodeOS/nodeos-rootfs/issues"
},
"homepage": "https://github.com/NodeOS/nodeos-rootfs#readme"
}