-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.39 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.39 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
{
"name": "@ross-technologies/rde",
"version": "1.0.0",
"description": "The official Ross Desktop Environment. A lightweight desktop environment for Linux. The purpose of RDE is that it's compatible with every GNOME application and can work as well as GNOME but without any issues. This was designed because [SpaceboyRoss01](https://github.com/SpaceboyRoss01), the original designer, wanted a desktop environment that's simple, not hard to use, customizable, and uses little to no resources. The goal is to design most of the desktop environment in Node.JS and leave OpenBox in C. As of right now, the desktop environment is more of a bundle of settings.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ross-Technologies/RDE.git"
},
"author": "Spaceboy Ross",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Ross-Technologies/RDE/issues"
},
"homepage": "https://github.com/Ross-Technologies/RDE#readme",
"bin": {
"rdectl": "bin/rdectl.js",
"startrde": "bin/startrde.js"
},
"dependencies": {
"@ross-technologies/rde-panel": "git+https://github.com/Ross-Technologies/RDE-Panel.git",
"acpiclient": "0.0.1",
"commander": "^2.19.0",
"dbus": "^1.0.3",
"fs-extra": "^7.0.0",
"node-notifier": "^5.3.0",
"xml-js": "^1.6.8"
}
}