-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 Bytes
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
{
"name": "conshak-api",
"version": "1.0.0",
"description": "API for Conservation/Biodiversity Hackathon for storing data from Chrome plugin'",
"main": "server.js",
"scripts": {
"test": "qunit",
"start": "node script.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ConsHack/conshak-api.git"
},
"keywords": [
"REST",
"API",
"HEROKU",
"ElasticSearch"
],
"author": "nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ConsHack/conshack-api/issues"
},
"homepage": "https://github.com/ConsHack/conshack-api",
"dependencies": {
"esta": "^4.0.4",
"hapi": "^8.6.1",
"joi": "^6.4.3",
"bell": "^4.0.0",
"hapi-auth-cookie": "^3.0.1"
}
}