-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.71 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
47
48
{
"name": "@webgeodatavore/photon-geocoder-autocomplete",
"version": "2.0.2",
"description": "Port of Leaflet plugin to use Photon geocoder for autocomplete. Work with any map library including OpenLayers",
"main": "dist/photon-geocoder-autocomplete.min.js",
"scripts": {
"start": "beefy 8080 --live",
"bundle": "npm run prod && npm run minifycss",
"debug": "./node_modules/.bin/browserify -s Photon src/photon-geocoder-autocomplete.js > dist/photon-geocoder-autocomplete.min.js",
"prod": "./node_modules/.bin/browserify -s Photon src/photon-geocoder-autocomplete.js | uglifyjs -mc > dist/photon-geocoder-autocomplete.min.js",
"minifycss": "./node_modules/.bin/cleancss -o dist/photon-geocoder-autocomplete.min.css src/photon-geocoder-autocomplete.css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browser": "dist/photon-geocoder-autocomplete.min.js",
"style": [
"dist/photon-geocoder-autocomplete.min.css"
],
"keywords": [
"photon",
"geocoding",
"openlayers",
"openstreemap",
"autocomplete"
],
"author": "Thomas Gratier <[email protected]>",
"license": "Apache 2.0",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"beefy": "^0.1.1",
"browserify": "^17.0.0",
"clean-css": "^5.2.2",
"clean-css-cli": "^5.5.0",
"prettier": "^2.5.1",
"uglify-js": "^3.14.5"
},
"dependencies": {
"extend": "^2.0.0"
},
"bugs": {
"url": "https://github.com/webgeodatavore/photon-geocoder-autocomplete/issues"
},
"homepage": "https://github.com/webgeodatavore/photon-geocoder-autocomplete",
"repository": "https://github.com/webgeodatavore/photon-geocoder-autocomplete",
"contributors": [],
"engines": {}
}