-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.1 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
45
46
47
48
49
50
{
"name": "uavserver",
"version": "1.0.0",
"description": "UAV server",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maciek01/uavserver.git"
},
"keywords": [
"uav",
"gprs",
"autonomous",
"3g",
"4g",
"lte"
],
"author": "maciek kolesnik",
"license": "ISC",
"bugs": {
"url": "https://github.com/maciek01/uavserver/issues"
},
"homepage": "https://github.com/maciek01/uavserver#readme",
"dependencies": {
"cuid": "^1.3.8",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"fifo": "^2.3.0",
"fs-extra": "^2.1.2",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"nconf": "^0.8.5",
"nconf-yaml": "^1.0.2",
"optimist": "^0.6.1",
"q": "^1.5.1",
"ramda": "^0.24.1",
"request": "^2.83.0",
"serve-favicon": "^2.4.5",
"serve-static": "^1.13.1",
"simple-node-logger": "^0.93.33",
"swagger-jsdoc": "^1.9.7",
"swagger-parser": "^3.4.2",
"swagger-ui-express": "^2.0.11",
"uuid": "^3.1.0"
}
}