-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 908 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
{
"name": "nde-filemanager",
"main": "index.html",
"single-instance": false,
"window": {
"resizable": true,
"frame": true,
"toolbar": false,
"position": null,
"width": 900,
"height": 600,
"icon": "assets/icons/nde-filemanager.png"
},
"webkit": {
"plugin": true
},
"dependencies": {
"async": "^0.9.0",
"express": "^4.12.0",
"fs-extra": "^0.18.2",
"mv": "^2.0.3",
"optimist": "^0.6.1",
"performance-now": "^0.2.0",
"recursive-readdir": "^1.2.1",
"rimraf": "^2.3.2",
"sort-stream": "^1.0.1"
},
"scripts": {
"start": "node server.js"
},
"description": "NDE file manager",
"version": "1.0.0",
"devDependencies": {
"make-livereload": "^0.1.1"
},
"repository": {
"type": "git",
"url": "https://[email protected]/vilnius-leopold/touch-table.git"
},
"author": "",
"license": "ISC"
}