-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
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
{
"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",
"dev" : "npm i && ./node_modules/.bin/nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ConsHack/conshak-api.git"
},
"keywords": [
"REST",
"API",
"HEROKU",
"ElasticSearch"
],
"contributors": [{
"name": "nelsonic",
"email": "contact.nelsonic@gmail.com",
"url": "https://github.com/nelsonic"
}, {
"name": "yournamehere!",
"email": "yourname@gmail.com",
"url": "https://github.com/yourname"
}
],
"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"
},
"devDependencies": {
"nodemon": "^1.3.7"
}
}