forked from openscope/openscope-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 894 Bytes
/
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
{
"name": "airspace",
"author": "Jon Ross <[email protected]> (https://zlsa.github.io/)",
"description": "Air Traffic Control Simulator",
"keywords": [
"atc",
"sector",
"airplane",
"aircraft"
],
"homepage": "https://airspace-game.github.io/",
"version": "0.0.1",
"license": "MIT",
"repository": "github:airspace-game/game",
"dependencies": {
"jquery": "^2.2.3",
"mapbox-gl": "^0.18.0",
"turf": "^3.0.11",
"twgl.js": "^1.6.0",
"url-loader": "^0.5.7"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"browserify": "^13.0.1",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"transform-loader": "^0.2.3",
"webpack": "^1.0.0",
"webworkify-webpack": "^1.0.6"
}
}