You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Leaflet/package.json

28 lines
560 B

{
"name": "leaflet",
"version": "0.6.3",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
11 years ago
"jake": "~0.7.3",
"jshint": "~2.3.0",
11 years ago
"uglify-js": "~2.4.3",
"mocha": "~1.14.0",
"happen": "~0.1.3",
"karma": "~0.10.4",
"karma-mocha": "~0.1.0"
},
"main": "dist/leaflet-src.js",
"scripts": {
"test": "jake test",
"prepublish": "jake"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
]
}