-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.1 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "flutter",
"version": "1.0.0",
"description": "flutterwave ravepay test project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js",
"build": "babel src -d dist",
"start:dev": "nodemon --exec babel-node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pseudogarden/flutter.git"
},
"keywords": [
"flutterwave",
"testing",
"payments"
],
"author": "Chima Daneil",
"license": "MIT",
"bugs": {
"url": "https://github.com/pseudogarden/flutter/issues"
},
"homepage": "https://github.com/pseudogarden/flutter#readme",
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@hapi/joi": "^15.1.1",
"@sendgrid/mail": "^6.4.0",
"@types/hapi__joi": "^15.0.3",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.4",
"cross-env": "^5.2.0",
"dotenv": "^8.0.0",
"ejs": "^2.6.1",
"errorhandler": "^1.5.0",
"express": "^4.17.1",
"express-jwt": "^5.3.1",
"express-session": "^1.15.6",
"flutterwave-node": "^1.0.2",
"joi-password-complexity": "^3.1.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^2.3.10",
"methods": "^1.1.2",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"request": "^2.87.0",
"sequelize": "^5.15.0",
"sequelize-cli": "^5.5.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"swagger-ui-express": "^4.0.7",
"underscore": "^1.9.1"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.6.2",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"coveralls": "^3.0.6",
"eslint": "^6.2.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"faker": "^4.1.0",
"mocha": "^6.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nodemon": "^2.0.2",
"nyc": "^14.1.1"
}
}