forked from arvindr21/fileBrowserApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 837 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 837 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
{
"name": "myFileBrowserApp",
"version": "0.1.0",
"description": "An Angularjs, jsTree and Expressjs web based File Browser app",
"main": "server/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/arvindr21/fileBrowserApp",
"author": "Arvind Ravulavaru",
"license": "MIT",
"dependencies": {
"aws-sdk": "2.1.20",
"body-parser": "^1.6.5",
"cookie-parser": "^1.3.2",
"debug": "^1.0.4",
"read-chunk": "*",
"file-type": "*",
"ls-archive": "*",
"ejs": "^1.0.0",
"express": "^4.8.5",
"forever": "^0.11.1",
"lodash": "^3.10.1",
"morgan": "^1.2.3"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-jshint": "^1.8.4",
"gulp-livereload": "^2.1.1",
"gulp-nodemon": "^1.0.4",
"gulp-watch": "^0.6.9"
},
"engines": {
"node": "0.10.x"
}
}