-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.42 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
56
57
{
"name": "forloop-api",
"version": "0.0.1",
"description": "Forloop Api",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node index.js",
"test": "NODE_ENV=test PORT=3010 mocha"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/forLoopOfficial/forloop-api.git"
},
"author": "wale",
"license": "ISC",
"homepage": "https://forloop.africa",
"devDependencies": {
"eslint": "^4.12.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.1.2",
"mocha": "^3.5.0",
"prettier": "^1.5.3",
"should": "^13.0.1",
"sinon": "^3.1.0",
"sqlite3": "^3.1.10",
"supertest": "^3.0.0"
},
"dependencies": {
"axios": "^0.16.2",
"bcrypt": "^1.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"config": "^1.26.1",
"cors": "^2.8.4",
"cron": "^1.3.0",
"express": "^4.15.4",
"firebase-admin": "^5.5.1",
"joi": "^10.6.0",
"jsonwebtoken": "^7.4.3",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"mongoose": "^4.13.5",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^3.0.1",
"raven": "^2.2.1",
"swagger-jsdoc": "^1.9.7",
"twitter": "^1.7.1",
"uniqid": "^4.1.1",
"winston": "^2.4.0",
"winston-mongodb": "^3.0.1"
}
}