-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 772 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 772 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
{
"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": {
"body-parser": "^1.6.5",
"cookie-parser": "^1.3.2",
"debug": "^1.0.4",
"ejs": "^1.0.0",
"express": "^4.8.5",
"forever": "^0.11.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"
}
}