-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
40
41
42
43
44
45
46
47
48
{
"name": "web-app",
"version": "1.0.0",
"description": "web app using node and express",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrodrguez08/web-app.git"
},
"keywords": [
"web",
"node",
"express"
],
"author": "Jorge Rodriguez",
"license": "ISC",
"bugs": {
"url": "https://github.com/jrodrguez08/web-app/issues"
},
"homepage": "https://github.com/jrodrguez08/web-app#readme",
"dependencies": {
"body-parser": "^1.15.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.4.2",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"http": "0.0.0",
"jade": "^1.11.0",
"mongodb": "^2.1.18",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-inject": "^4.1.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.1",
"gulp-nodemon": "^2.1.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"wiredep": "^4.0.0"
}
}