360fb06620
In order to require() and use Leaflet via browserify requires that the package define a main entry point for the module.
21 lines
448 B
JSON
21 lines
448 B
JSON
{
|
|
"name": "Leaflet",
|
|
"version": "0.6.0",
|
|
"description": "JavaScript library for mobile-friendly interactive maps",
|
|
"devDependencies": {
|
|
"jshint": "~0.9.1",
|
|
"testacular": "latest",
|
|
"uglify-js": "~2.2.3",
|
|
"jake": "latest"
|
|
},
|
|
"main": "dist/leaflet.js",
|
|
"scripts": {
|
|
"test": "node ./node_modules/jake/bin/cli test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Leaflet/Leaflet.git"
|
|
},
|
|
"keywords": ["gis", "map"]
|
|
}
|