43 lines
1015 B
JSON
43 lines
1015 B
JSON
{
|
|
"name": "leaflet",
|
|
"version": "1.0.0-dev",
|
|
"description": "JavaScript library for mobile-friendly interactive maps",
|
|
"devDependencies": {
|
|
"copyfiles": "0.2.1",
|
|
"eslint": "^0.21.2",
|
|
"happen": "~0.1.3",
|
|
"jake": "~8.0.12",
|
|
"karma": "~0.12.32",
|
|
"karma-chrome-launcher": "^0.1.12",
|
|
"karma-coverage": "~0.3.1",
|
|
"karma-firefox-launcher": "~0.1.6",
|
|
"karma-mocha": "~0.1.10",
|
|
"karma-phantomjs-launcher": "^0.1.4",
|
|
"karma-safari-launcher": "~0.1.1",
|
|
"mocha": "~2.2.5",
|
|
"tin": "^0.5.0",
|
|
"uglify-js": "~2.4.23"
|
|
},
|
|
"main": "dist/leaflet-src.js",
|
|
"style": "dist/leaflet.css",
|
|
"scripts": {
|
|
"test": "jake test",
|
|
"prepublish": "jake build",
|
|
"publish": "./build/publish.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Leaflet/Leaflet.git"
|
|
},
|
|
"keywords": [
|
|
"gis",
|
|
"map"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "BSD-2-Clause",
|
|
"url": "https://github.com/Leaflet/Leaflet/blob/master/LICENSE"
|
|
}
|
|
]
|
|
}
|