-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (38 loc) · 1.16 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
{
"name": "deodar",
"version": "0.0.3",
"description": "Классическая двухпанельная рабочая среда (коммандер) для О.С. Линукс",
"main": "deodar.js",
"scripts": {
"postinstall": "rm -Rf glxwin x11clip dnaof intervision terminal.js;mv node_modules/glxwin ./;mv node_modules/x11clip ./;mv node_modules/dnaof ./;mv node_modules/intervision ./;mv node_modules/terminal.js ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/exebook/deodar"
},
"keywords": [
"orthodox file manager"
],
"author": "exebook",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/exebook/deodar/issues"
},
"homepage": "https://github.com/exebook/deodar",
"dependencies": {
"intervision": "0.0.x",
"elfu": "0.0.x",
"glxwin": "0.0.x",
"room":"0.0.x",
"vt": "0.1.1",
"elfu": "0.0.x",
"room": "0.0.x",
"terminal.js": "0.1.2",
"pty.js": "0.2.7-1",
"glxwin": "exebook/glxwin",
"x11clip": "exebook/x11clip",
"dnaof": "exebook/dnaof",
"intervision": "exebook/intervision"
}
}