npmap.js
Version:
A JavaScript web mapping library, built as a Leaflet plugin, for the National Park Service.
100 lines (99 loc) • 2.69 kB
JSON
{
"author": {
"email": "nate_irwin@nps.gov",
"name": "Nate Irwin",
"url": "http://www.nps.gov/npmap/team/nate-irwin.html"
},
"bugs": {
"email": "npmap@nps.gov",
"url": "https://github.com/nationalparkservice/npmap.js/issues"
},
"contributors": [
{
"email": "james_mcandrew@partner.nps.gov",
"name": "Jim McAndrew",
"url": "http://www.nps.gov/npmap/team/jim-mcandrew.html"
},
{
"email": "katrina_engelsted@partner.nps.gov",
"name": "Katrina Engelsted",
"url": "http://www.nps.gov/npmap/team/katrina-engelsted.html"
},
{
"email": "mamata_akella@partner.nps.gov",
"name": "Mamata Akella",
"url": "http://www.nps.gov/npmap/team/mamata-akella.html"
}
],
"dependencies": {
"csv2geojson": "3.7.0",
"handlebars": "1.3.0",
"humane-js": "https://github.com/wavded/humane-js/archive/3.2.0.tar.gz",
"leaflet": "0.7.3",
"leaflet-draw": "0.2.2",
"leaflet.markercluster": "https://github.com/Leaflet/Leaflet.markercluster/archive/v0.4.0.tar.gz",
"maki": "~0.4.0",
"nanobar": "0.0.6",
"npmaki": "0.4.1",
"reqwest": "1.1.0",
"togeojson": "0.7.0"
},
"description": "A JavaScript web mapping library, built as a Leaflet plugin, for the National Park Service.",
"devDependencies": {
"brfs": "1.0.0",
"browserify": "3.38.0",
"expect.js": "0.3.1",
"grunt": "0.4.4",
"grunt-aws-s3": "0.8.1",
"grunt-banner": "0.2.2",
"grunt-browserify": "2.0.1",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-compress": "0.7.0",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-csslint": "0.2.0",
"grunt-contrib-cssmin": "0.9.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-curl": "1.4.0",
"grunt-http": "1.1.0",
"grunt-invalidate-cloudfront": "0.1.4",
"grunt-mkdir": "0.1.1",
"grunt-mocha-phantomjs": "0.4.3",
"happen": "0.1.3",
"mocha": "1.18.2",
"mocha-phantomjs": "3.3.2",
"sinon": "1.9.0",
"uglify-js": "2.4.13"
},
"engines": {
"node": "*"
},
"homepage": "http://www.nps.gov/npmap",
"keywords": [
"Cartography",
"Department of Interior",
"JavaScript",
"Leaflet",
"Map",
"National Park Service",
"NPMaki",
"NPMap",
"Park Tiles",
"Places",
"US Government",
"Web Map"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nationalparkservice/npmap.js/blob/master/LICENSE.md"
}
],
"main": "main.js",
"name": "npmap.js",
"repository": {
"type": "git",
"url": "https://github.com/nationalparkservice/npmap.js.git"
},
"version": "2.0.0"
}