-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "acopio-api",
"version": "1.0.0-alpha1",
"description": "API para Centros de Acopio",
"main": "lib/api.js",
"scripts": {
"start": "CONFIG=./config/config.js node lib/start",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Skycatch/acopio-api.git"
},
"author": "Skycatch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Skycatch/acopio-api/issues"
},
"homepage": "https://github.com/Skycatch/acopio-api#readme",
"dependencies": {
"getenv2": "^1.0.0",
"glue": "^4.2.0",
"good": "^7.3.0",
"good-console": "^6.4.0",
"hapi": "^16.6.0",
"hapi-auth-jwt2": "^7.3.0",
"hapi-cors": "^1.0.1",
"hapi-sequelize": "3.x.x",
"hapi-swagger": "^7.8.1",
"inert": "^4.2.1",
"joi": "^11.0.3",
"joi-phone-number": "^1.0.2",
"jwks-rsa": "^1.2.0",
"mysql2": "^1.4.2",
"sequelize": "^4.9.0",
"settings-module": "^0.1.1",
"vision": "^4.1.1"
},
"devDependencies": {
"eslint": "^3.12.1",
"eslint-config-hapi": "^10.0.0",
"eslint-plugin-hapi": "^4.0.0"
}
}