-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "express1",
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"dependencies": {
"body-parser": "^1.13.3",
"browser-sync": "^2.10.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"ejs": "^2.3.4",
"express": "^4.13.3",
"express-session": "^1.12.1",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-compass": "^1.0.4",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.4.1",
"grunt-typescript": "^0.8.0",
"grunt-wiredep": "^2.0.0",
"jade": "^1.11.0",
"load-grunt-tasks": "^3.4.0",
"mongodb": "^2.0.52",
"mongoose": "^4.3.3",
"morgan": "^1.6.1",
"serve-favicon": "^2.3.0",
"time-grunt": "^1.2.2"
},
"devDependencies": {
"nodemailer": "^2.3.0",
"nodemailer-smtp-transport": "^2.4.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}