core-resource-app-test
Version:
App that contains assets and scripts for the core apps
69 lines (68 loc) • 1.89 kB
JSON
{
"name": "leaflet-geocoder-mapzen",
"version": "1.4.1",
"description": "Leaflet plugin to search (geocode) using Mapzen Search or your own hosted version of the Pelias Geocoder API.",
"main": "dist/leaflet-geocoder-mapzen.js",
"directories": {
"example": "examples"
},
"scripts": {
"prepublish": "npm run minify-js && npm run minify-css",
"minify-js": "uglifyjs dist/leaflet-geocoder-mapzen.js -o dist/leaflet-geocoder-mapzen.min.js",
"minify-css": "cleancss -o dist/leaflet-geocoder-mapzen.min.css dist/leaflet-geocoder-mapzen.css",
"test": "jake"
},
"repository": {
"type": "git",
"url": "https://github.com/mapzen/leaflet-geocoder.git"
},
"keywords": [
"leaflet",
"plugin",
"search",
"geocoder",
"pelias",
"mapzen"
],
"author": [
"Harish Krishna",
"Lou Huang <lou@mapzen.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mapzen/leaflet-geocoder/issues"
},
"homepage": "https://github.com/mapzen/leaflet-geocoder",
"peerDependencies": {
"leaflet": "^0.7.x || >=1.0.0-beta.1"
},
"devDependencies": {
"clean-css": "^3.4.8",
"eslint": "^1.6.0",
"eslint-config-semistandard": "^5.0.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"expect.js": "^0.3.1",
"happen": "^0.2.0",
"jake": "^8.0.12",
"karma": "~0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "~0.5.2",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "~0.1.6",
"karma-mocha": "~0.2.0",
"karma-nyan-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.1",
"karma-safari-launcher": "~0.1.1",
"mocha": "~2.3.3",
"phantomjs": "^1.9.18",
"sinon": "^1.17.1",
"uglify-js": "^2.6.1"
},
"semistandard": {
"globals": [
"define",
"XMLHttpRequest"
]
}
}