-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 895 Bytes
/
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
{
"name": "musicologist-backend",
"version": "0.1.0",
"description": "Musicologist's backend",
"main": "index.js",
"dependencies": {
"algoliasearch": "^3.24.3",
"good": "^7.2.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2",
"hapi": "^16.5.2",
"hapi-auth-bearer-token": "^5.1.0"
},
"devDependencies": {
"heroku": "^0.2.0",
"newman": "^3.8.1"
},
"scripts": {
"live": "nodemon server.js",
"logs": "heroku logs --tail",
"test": "newman run postman/Musicologist.postman_test_run.json -e postman/Musicologist_dev.postman_environment.json",
"test-prod": "newman run postman/Musicologist.postman_test_run.json -e postman/Musicologist_prod.postman_environment.json"
},
"keywords": [
"Algolia",
"search",
"conversational",
"voice-search",
"music",
"apiai"
],
"author": "PLNech",
"license": "MIT"
}