@goongmaps/goong-geocoder
Version:
A geocoder control for Goong JS
67 lines (66 loc) • 1.69 kB
JSON
{
"name": "@goongmaps/goong-geocoder",
"version": "1.1.1",
"description": "A geocoder control for Goong JS",
"main": "lib/index.js",
"unpkg": "dist/goong-geocoder.min.js",
"style": "lib/goong-geocoder.css",
"scripts": {
"start": "budo debug/index.js --live -- -t brfs ",
"prepublish": "NODE_ENV=production && mkdir -p dist && browserify --standalone GoongGeocoder lib/index.js | uglifyjs -c -m > dist/goong-geocoder.min.js && cp lib/goong-geocoder.css dist/",
"docs": "documentation build lib/index.js --format=md > API.md",
"pretest": "npm run lint",
"lint": "eslint lib test"
},
"files": [
"lib",
"dist"
],
"engines": {
"node": ">=6"
},
"keywords": [
"geocoding",
"autocomplete-search",
"goong-io",
"goong",
"geocoder",
"osm",
"gl"
],
"author": "Goong",
"license": "ISC",
"homepage": "https://goong.io",
"devDependencies": {
"brfs": "^2.0.2",
"browserify": "^16.5.0",
"budo": "^11.6.1",
"documentation": "^9.3.0",
"envify": "^3.4.1",
"eslint": "^4.18.2",
"husky": "^1.3.1",
"insert-css": "2.0.0",
"lint-staged": "^8.1.5",
"lodash.once": "^4.0.0",
"sinon": "^7.2.7",
"smokestack": "^3.3.1",
"tap-color": "^1.1.0",
"tap-status": "^1.0.1",
"tape": "^4.10.1",
"uglify-js": "^2.8.29"
},
"dependencies": {
"@goongmaps/goong-sdk": ">=1.0.4",
"lodash.debounce": "^4.0.6",
"nanoid": "^2.0.1",
"suggestions": "^1.6.0",
"uglifyjs": "^2.4.11",
"xtend": "^4.0.1"
},
"lint-staged": {
"*.js": [
"eslint",
"git add"
]
}
}