-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.19 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
49
50
{
"name": "applesandberries",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "bower cache clean && bower install",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"dependencies": {
"async": "^2.1.5",
"bcrypt": "^1.0.2",
"body-parser": "~1.15.2",
"bower": "^1.8.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-datetime": "^1.4.1",
"chai-files": "^1.4.0",
"chai-http": "^3.0.0",
"child_process": "^1.0.2",
"cookie-parser": "~1.4.3",
"crypto": "0.0.3",
"debug": "~2.2.0",
"ejs": "^2.5.6",
"email-templates": "^2.5.4",
"exceljs": "^0.2.25",
"express": "~4.14.0",
"express-flash": "0.0.2",
"express-session": "^1.7.6",
"fs": "0.0.2",
"jade": "~1.11.0",
"mime": "1.3.4",
"mocha": "^3.2.0",
"mongodb": "^1.4.4",
"monk": "^1.0.1",
"morgan": "~1.7.0",
"nodemailer": "^3.1.5",
"path": "^0.12.7",
"promise": "^7.1.1",
"q": "^1.4.1",
"request": "^2.79.0",
"serve-favicon": "~2.3.0",
"superagent-binary-parser": "^1.0.1",
"username": "^2.3.0",
"winston": "^2.3.1"
},
"window": {
"kiosk": true
}
}