-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
{
"name": "learn-node",
"version": "0.0.0",
"description": "This is my first Node package",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sparachi/Learn-Node.git"
},
"keywords": [
"saikarthik",
"parachi"
],
"author": "saikarthik parachi",
"license": "ISC",
"bugs": {
"url": "https://github.com/sparachi/Learn-Node/issues"
},
"homepage": "https://github.com/sparachi/Learn-Node#readme",
"dependencies": {
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"jade": "^1.11.0",
"mongodb": "^2.1.7",
"mssql": "^3.1.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-inject": "^3.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-nodemon": "^2.0.6",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"wiredep": "^4.0.0"
}
}