-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 877 Bytes
/
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
{
"name": "wedding-penguin",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon start.js",
"comments1": "use in development 'start': 'node ./bin/www'",
"test": "mocha"
},
"dependencies": {
"angular-ui-bootstrap": "^1.3.2",
"body-parser": "~1.13.2",
"chai": "^3.5.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-jwt": "^3.4.0",
"gm": "^1.22.0",
"jsonwebtoken": "^6.2.0",
"lwip": "0.0.9",
"mocha": "^2.4.5",
"mongoose": "^4.4.12",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"nodemon": "^1.9.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0",
"sharp": "^0.15.1",
"supertest": "^1.2.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0"
}
}