ffffng/app/bower_components/leaflet/package.json
2016-05-16 16:56:29 +02:00

34 lines
760 B
JSON

{
"name": "leaflet",
"version": "0.7.7",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"copyfiles": "^0.2.1",
"happen": "~0.2.0",
"jake": "~8.0.12",
"jshint": "~2.8.0",
"karma": "~0.13.14",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "~0.5.3",
"karma-mocha": "~0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "~2.3.3",
"tin": "^0.5.0",
"uglify-js": "~2.5.0"
},
"main": "dist/leaflet-src.js",
"scripts": {
"test": "jake test",
"build": "jake build",
"release": "./build/publish.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
]
}