-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
95 lines (95 loc) · 2.24 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "nodeos-usersfs",
"version": "1.0.0-RC3.3",
"scripts": {
"BigRedButton": "scripts/BigRedButton",
"build": "scripts/build",
"install": "prebuild-install -d https://github.com/NodeOS/nodeos-usersfs/releases/download/v{version}/{platform}-{arch}.tar.gz || (buildDependencies && npm run build)",
"test": "scripts/test",
"unbuild": "scripts/unbuild"
},
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
"license": "MIT",
"nodeosDependenciesRoot": [
"logon",
"@nodeos/getty",
"nodeos-reverse-proxy",
"palmtree"
],
"nodeosDependenciesNodeos": [
"bin-fs",
"NodeOS/ifconfig",
"NodeOS/ip",
"bin-man",
"bin-nsh",
"davius",
"dhcpjs",
"ifconfig",
"loadtest",
"node-wget",
"npm",
"ntp-client",
"performance",
"pstree",
"slap"
],
"dependencies": {
"builddependencies": "^0.0.1",
"prebuild-install": "^2.1.2"
},
"buildDependencies": [
"bin-man",
"davius",
"dhcpjs",
"ifconfig",
"ip",
"loadtest",
"logon",
"@nodeos/getty",
"node-wget",
"nodeos-cross-toolchain",
"nodeos-nodejs",
"nodeos-reverse-proxy",
"npm",
"bin-nsh",
"ntp-client",
"palmtree",
"performance",
"pstree",
"slap"
],
"devDependencies": {
"bin-man": "^0.2.0",
"ci-publish": "^1.3.0",
"davius": "^0.0.1",
"dhcpjs": "^0.6.0",
"ifconfig": "NodeOS/ifconfig",
"ip": "NodeOS/ip",
"loadtest": "^2.3.0",
"logon": "^0.1.4",
"@nodeos/getty": "^0.0.0",
"node-wget": "^0.4.2",
"nodeos-cross-toolchain": "^1.0.0-RC3.1",
"nodeos-nodejs": "^8.4.0",
"nodeos-reverse-proxy": "^0.1.1",
"npm": "^5.8.0",
"bin-nsh": "^0.5.2",
"ntp-client": "^0.5.3",
"palmtree": "^2.6.0",
"performance": "^1.1.1",
"prebuild": "^6.1.0",
"pstree": "^0.0.1",
"qemu": "^2.9.0",
"slap": "^0.1.61",
"tar-fs": "^1.15.2"
},
"description": "Generate a read-write users filesystem for NodeOS for demo purposses",
"repository": {
"type": "git",
"url": "git+https://github.com/NodeOS/nodeos-usersfs.git"
},
"bugs": {
"url": "https://github.com/NodeOS/nodeos-usersfs/issues"
},
"homepage": "https://github.com/NodeOS/nodeos-usersfs#readme"
}