-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 817 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 817 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": "flightquest",
"version": "1.0.0",
"description": "Whats that on the ground?",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheMapSmith/flightquest.git"
},
"author": "@TheMapSmith",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TheMapSmith/flightquest/issues"
},
"homepage": "https://github.com/TheMapSmith/flightquest#readme",
"devDependencies": {
"electron": "^1.8.4",
"electron-reload": "^1.2.2",
"nodemon": "^1.17.4",
"path": "^0.12.7",
"restler": "^3.4.0",
"xo": "^0.21.1"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"mapbox-gl": "^0.44.1",
"moment": "^2.22.0"
}
}