-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "drone-project",
"version": "1.0.0",
"description": "MSc Project for a platform for IoTs starting with AR-Drones. It contains a node.js client for controlling Parrot AR Drone 2.0 quad-copters. ",
"main": "index.js",
"scripts": {
"test": "npm run",
"start": "node start.js",
"devstart": "nodemon start.js"
},
"author": "Jephthah Afolayan",
"license": "ISC",
"keywords": [
"drone",
"iot",
"platform"
],
"dependencies": {
"ar-drone": "^0.3.3",
"coap": "^0.23.1",
"dotenv": "^8.1.0",
"express": "^4.16.4",
"ffmpeg": "0.0.4",
"forever-monitor": "^1.7.1",
"jquery": "^3.4.1",
"mongodb": "^3.1.13",
"nodemon": "^1.14.11"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Afolayan/ProjectWork.git"
},
"bugs": {
"url": "https://github.com/Afolayan/ProjectWork/issues"
},
"homepage": "https://github.com/Afolayan/ProjectWork",
"web_accessible_resources": [
"images/*.png",
"style/double-rainbow.css",
"script/double-rainbow.js",
"script/main.js",
"templates/*",
"files/*"
]
}