This repository has been archived by the owner on Jul 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
51
52
53
54
55
{
"name": "account-management",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start:debug": "node %NODE_DEBUG_OPTION% ./bin/www",
"start:dev": "nodemon ./bin/www",
"pretest": "knex seed:run --env=test",
"test": "NODE_ENV=test mocha -R mocha-junit-reporter",
"doc": "aglio -i api-blueprint/api-description.apib -o api-blueprint/api.html",
"dredd": "NODE_ENV=test dredd"
},
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "~1.15.2",
"bookshelf": "^0.10.0",
"config": "^1.21.0",
"connect-roles": "^3.1.2",
"cookie-parser": "~1.3.54.3",
"cors": "^2.7.1",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.14.0",
"express-mailer": "^0.3.1",
"http-proxy-middleware": "^0.17.0",
"ip": "^1.1.3",
"jsonwebtoken": "^7.1.7",
"knex": "^0.11.8",
"lodash": "^4.14.1",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-google-id-token": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-jwt": "^2.1.0",
"pg": "^6.0.2",
"pug": "^2.0.0-beta4",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.1.8",
"validator": "^5.5.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"dredd": "^1.5.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"mocha-junit-reporter": "^1.12.0",
"jshint": "^2.9.3",
"mocha": "^3.0.2",
"nodemon": "^1.10.0",
"supertest": "^2.0.0"
}
}