-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.87 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.87 KB
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
{
"name": "Musicoin-API",
"version": "0.0.0",
"private": true,
"main": "./modules/coreModule.js",
"scripts": {
"start": "node app.js",
"pm2": "pm2 start pm2.json",
"start:docker": "./docker/development/run.sh musicoin-api",
"build:docker": "./docker/development/build.sh musicoin-api",
"stop:docker": "./docker/development/stop.sh musicoin-api",
"start:refs": "./docker/development/start-ref-services.sh"
},
"dependencies": {
"@sendgrid/mail": "^6.3.1",
"apollo-server-express": "^2.2.5",
"async-request": "^1.2.0",
"bcrypt-nodejs": "*",
"bignumber.js": "^2.4.0",
"bluebird": "^3.4.0",
"body-parser": "^1.15.2",
"cached-request": "*",
"crypto": "*",
"debug": "^3.1.0",
"dotenv": "^6.1.0",
"ejs": "^2.6.1",
"express": "~4.16.0",
"express-mailer": "^0.3.1",
"express-rate-limit": "^2.11.0",
"express-session": "^1.15.6",
"fastest-validator": "*",
"fs": "0.0.2",
"graphql": "^14.0.2",
"graphql-tools": "^4.0.3",
"ipware": "^1.0.0",
"lodash": "^4.17.11",
"merge-graphql-schemas": "^1.5.8",
"mkdirp": "^0.5.1",
"moment": "^2.23.0",
"mongoose": "^5.3.12",
"morgan": "^1.9.1",
"node-localstorage": "^1.3.0",
"oauth": "^0.9.15",
"os": "*",
"iap-receipt-validator": "*",
"babel-polyfill": "*",
"iab_verifier": "*",
"node-fetch": "*",
"owasp-password-strength-test": "*",
"promise-queue": "^2.2.3",
"pug": "^2.0.3",
"request": "^2.75.0",
"request-promise": "^4.2.2",
"request-promise-native": "^1.0.5",
"reverse-line-reader": "^0.2.6",
"send-seekable": "^1.0.4",
"serve-favicon": "^2.5.0",
"stack-trace": "0.0.10",
"tmp": "0.0.29",
"tunnel-ssh": "^4.1.4",
"uuid": "^3.3.2",
"in-array": "",
"web3": "^0.17.0-beta",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^3.3.3"
}
}