-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 942 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 942 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
34
35
36
37
38
39
40
41
42
43
{
"name": "drovideo-backend",
"version": "0.0.1",
"description": "Backend APIs for the Drovideo Platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/TangibleThings/drovideo-backend"
},
"dependencies": {
"boom": "^4.2.0",
"drovideo-frontend": "^0.1.3",
"glob": "^7.1.1",
"good": "^7.0.2",
"good-console": "^6.3.1",
"good-file": "^6.0.1",
"good-squeeze": "^5.0.0",
"hapi": "^15.1.1",
"hapi-auth-jwt": "^4.0.0",
"inert": "^4.0.2",
"jwt-simple": "^0.3.1",
"mongoose": "^4.6.4",
"typings": "^1.4.0"
},
"devDependencies": {
"nodemon": "^1.8.1"
},
"engines" : {
"node": "6.9.1"
} ,
"keywords": [
"drone",
"photography",
"api",
"social",
"Xervo"
],
"author": "Brandon Satrom (brandon@hellotangible.com)",
"license": "MIT"
}