-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.36 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
{
"name": "iguess-api-holi",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"gg": "set APIFOOTBAL_TIMEZONE=Europe/Berlin&&set APIFOOTBAL_API_KEY=6f60688e08d2657cb247eaa636b1604425ddd76ee4bacfd007f909442ea06404&&set MONGO_DB=holiDB&&set REDIS_HOST=35.199.64.70&&set REDIS_KEY=wAMK4Hig&&set MONGO_PERSONALDB_ADDRESS=&&set MONGO_HOLIDB_ADDRESS=&&set MONGO_GUESSDB_ADDRESS=&& node app.js",
"test": "set MONGO_DB=holiDBtest&&set MONGO_PERSONALDB_ADDRESS=&&set MONGO_HOLIDB_ADDRESS=&&set MONGO_GUESSDB_ADDRESS=&&set ENV=test&&lab -v",
"test-cov": "set MONGO_DB=holiDBtest&&set MONGO_PERSONALDB_ADDRESS=&&set MONGO_HOLIDB_ADDRESS=&&set MONGO_GUESSDB_ADDRESS=&&set ENV=test&&lab -v -t 70",
"test-cov-html": "set MONGO_DB=holiDBtest&&set MONGO_PERSONALDB_ADDRESS=&&set MONGO_HOLIDB_ADDRESS=&&set MONGO_GUESSDB_ADDRESS=&&set ENV=test&&lab -r html -o coverage.html"
},
"engines": {
"node": "8.2.1"
},
"author": "{{Lucas Alves L.A.}}",
"dependencies": {
"bluebird": "3.5.0",
"boom": "4.2.0",
"charenc": "0.0.2",
"cron": "^1.3.0",
"crypt": "0.0.2",
"iguess-api-coincidents": "git+https://github.com/iguess-app/iguess_lib_coincidents.git",
"lab": "^14.2.1",
"md5": "^2.2.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.14",
"mongoose": "4.7.6",
"redis": "2.6.3"
}
}