-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "radio-patrols",
"version": "1.0.0",
"description": "Application to help track citizen radio patrols in the City of Detroit",
"main": "index.js",
"scripts": {
"start": "parcel index.html --https --no-cache -p 3000 --open",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build index.html --no-cache --public-url '.'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfDetroit/radio-patrols.git"
},
"keywords": [
"radio",
"patrol",
"Detroit",
"police"
],
"author": "Edgar Montes",
"license": "MIT",
"bugs": {
"url": "https://github.com/CityOfDetroit/radio-patrols/issues"
},
"homepage": "https://github.com/CityOfDetroit/radio-patrols#readme",
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^2.3.0",
"@turf/simplify": "^5.1.5",
"babel-preset-env": "^1.7.0",
"mapbox-gl": "^0.49.0",
"mapbox-gl-geocoder": "^2.0.1",
"sass": "^1.14.1",
"terraformer-arcgis-parser": "^1.1.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"cssnano": "^4.1.4"
}
}