-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "merit-money-api",
"version": "1.0.0",
"description": "Merit Money API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Selleo/merit-money-api.git"
},
"keywords": [
"merit",
"money",
"api"
],
"author": "Selleo",
"license": "ISC",
"bugs": {
"url": "https://github.com/Selleo/merit-money-api/issues"
},
"homepage": "https://github.com/Selleo/merit-money-api#readme",
"dependencies": {
"auth0": "^2.8.0",
"babel-cli": "6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "6.24.1",
"basic-auth": "^2.0.0",
"body-parser": "^1.18.2",
"case-converter": "^1.0.1",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-basic-auth": "^1.1.3",
"express-graphql": "^0.6.11",
"express-jwt": "^5.3.0",
"express-jwt-authz": "^1.0.0",
"graphql": "^0.11.7",
"graphql-compose": "^2.9.6",
"graphql-compose-json": "^1.0.2",
"graphql-compose-mongoose": "^1.9.6",
"jwks-rsa": "^1.2.1",
"mongoose": "^4.13.4",
"mongoose-id-validator": "^0.4.3"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0"
}
}