forked from NodeOS/NodeOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 933 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
35
36
37
38
39
40
41
42
43
{
"name": "NodeOS",
"version": "0.0.0",
"description": "Lightweight operating system using Node.js as userspace",
"bundleDependencies": [
"nodeos-barebones",
"nodeos-initramfs",
"nodeos-rootfs",
"nodeos-usersfs"
],
"scripts": {
"BigRedButton": "scripts/BigRedButton",
"install": "scripts/build",
"start": "scripts/start",
"test": "scripts/test",
"unbuild": "scripts/unbuild"
},
"repository": {
"type": "git",
"url": "https://github.com/NodeOS/NodeOS.git"
},
"keywords": [
"OS",
"Linux",
"npm"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeOS/NodeOS/issues"
},
"homepage": "http://node-os.com",
"private": true,
"dependencies": {
"diff": "^1.4.0",
"download": "^4.1.2",
"download-status": "^2.1.1",
"fs-extra": "^0.20.0",
"got": "^3.2.0"
},
"devDependencies": {
"publish-release": "^1.0.2"
}
}