Leaflet/package.json
Vladimir Agafonkin 53cd4eee19 update npm deps
2014-01-28 13:59:02 +02:00

29 lines
599 B
JSON

{
"name": "leaflet",
"version": "0.7.0",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"jake": "~0.7.6",
"jshint": "~2.4.3",
"uglify-js": "~2.4.12",
"mocha": "~1.17.1",
"happen": "~0.1.3",
"karma": "~0.10.9",
"karma-mocha": "~0.1.1",
"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"
]
}