-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 867 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 867 Bytes
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
{
"name": "bounty-irc-expenses",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js",
"test": "mocha test",
"postinstall": "./node_modules/mocha/bin/mocha test"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"bluebird": "^2.9.13",
"body-parser": "~1.12.0",
"compression": "~1.4.1",
"cookie-parser": "~1.3.3",
"email-templates": "^1.2.0",
"express": "~4.12.0",
"glob": "~4.4.1",
"irc": "^0.3.9",
"jade": "~1.9.1",
"method-override": "~2.3.0",
"moment": "^2.9.0",
"mongoose": "~3.8.20",
"morgan": "~1.5.0",
"nodemailer": "^1.3.1",
"serve-favicon": "~2.2.0",
"underscore": "^1.8.2",
"mocha": "^2.2.0",
"chai": "^2.1.1"
},
"devDependencies": {
"gulp": "~3.8.10",
"gulp-livereload": "~3.8.0",
"gulp-nodemon": "~1.0.4"
}
}