forked from NodeOS-Legacy/nodeos-mount-rootfs
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 923 Bytes
/
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
{
"name": "nodeos-boot-multiUser",
"version": "0.5.3",
"description": "Prepare and mount the NodeOS filesystems",
"main": "lib",
"bin": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/NodeOS/nodeos-mount-filesystems.git"
},
"keywords": [
"NodeOS"
],
"author": "Jesús Leganés Combarro 'piranna' <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeOS/nodeos-mount-filesystems/issues"
},
"homepage": "https://github.com/NodeOS/nodeos-mount-filesystems",
"dependencies": {
"async": "^2.5.0",
"exclfs": "^0.0.5",
"jocker": "^0.0.1",
"linux-cmdline": "^1.0.0",
"mkdirp": "^0.5.1",
"nodeos-boot-singleUser": "^0.5.2",
"nodeos-boot-singleUserMount": "^0.5.2",
"nodeos-mount-utils": "^0.2.0",
"rimraf": "^2.6.1"
}
}