-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "server",
"version": "0.1.0",
"description": "Server for Beerhopper",
"main": "server.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --recursive test/",
"test-ci": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --recursive integration/"
},
"repository": {
"type": "git",
"url": "[email protected]:beerhopper/server.git"
},
"author": "Tom & Paul",
"dependencies": {
"bcrypt": "^0.8.4",
"bluebird": "^2.9.33",
"body-parser": "^1.13.2",
"bookshelf": "^0.8.1",
"chai": "^3.0.0",
"debug": "^2.2.0",
"express": "^4.13.1",
"express-bunyan-logger": "^1.1.1",
"express-validator": "^2.17.1",
"http": "0.0.0",
"istanbul": "^0.3.17",
"jsonwebtoken": "^5.0.4",
"knex": "^0.8.6",
"lodash": "^3.10.1",
"mocha": "^2.2.5",
"pg": "^4.4.0",
"stripe": "^3.7.1",
"supertest": "^1.1.0",
"validator": "^3.43.0"
}
}