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

29 lines
599 B

{
"name": "leaflet",
"version": "0.7.0",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
11 years ago
"jake": "~0.7.6",
11 years ago
"jshint": "~2.4.3",
"uglify-js": "~2.4.12",
"mocha": "~1.17.1",
"happen": "~0.1.3",
11 years ago
"karma": "~0.10.9",
11 years ago
"karma-mocha": "~0.1.1",
11 years ago
"karma-coverage": "~0.1.5"
},
"main": "dist/leaflet-src.js",
"scripts": {
"test": "jake test",
"prepublish": "jake build"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
]
}