-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 919 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 919 Bytes
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
{
"name": "rich-filemanager-node",
"version": "0.1.6",
"description": "A nodejs connector for RichFilemanager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "node demo/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dekyfin/RichFilemanager-NODE.git"
},
"keywords": [
"RichFilemanager",
"Nodejs",
"connector",
"filemanager"
],
"author": "Desmond Kyeremeh <d.kyeremeh@dekyfin.com>",
"dependencies": {
"express": "^4.15.2",
"fs-extra": "^7.0.1",
"multer": "^1.3.0",
"mv": "^2.1.1",
"path-posix": "^1.0.0"
},
"devDependencies": {
"opn": "^5.4.0",
"rich-filemanager": "^2.7.6"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dekyfin/RichFilemanager-NODE/issues"
},
"homepage": "https://github.com/dekyfin/RichFilemanager-NODE#readme"
}