-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "yadaguru-api",
"version": "1.1.0",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/yadaguru/yadaguru-api.git"
},
"main": "./app.js",
"scripts": {
"test": "NODE_ENV=test mocha --recursive",
"start": "node ./index.js",
"migrations": "sequelize db:migrate --env development-migration"
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"mocha": "2.2.5",
"proxyquire": "1.7.10",
"sequelize-cli": "2.4.0",
"sinon": "1.17.3",
"sinon-chai": "2.8.0",
"supertest": "1.2.0"
},
"dependencies": {
"bcryptjs": "2.3.0",
"bluebird": "3.4.1",
"body-parser": "1.15.0",
"cors": "2.8.1",
"express": "4.12.3",
"jsnlog": "2.22.1",
"jsnlog-nodejs": "2.22.1",
"jsonwebtoken": "7.1.9",
"moment": "2.14.1",
"pg": "6.0.1",
"pg-hstore": "2.3.2",
"sequelize": "3.23.4",
"twilio": "^2.11.1",
"validator": "5.4.0",
"winston": "2.3.1",
"yadaguru-data": "0.1.0",
"yadaguru-reminders": "0.4.1"
}
}