Leaflet/package.json

30 lines
630 B
JSON
Raw Normal View History

2013-02-01 21:04:33 +08:00
{
"name": "leaflet",
2013-11-15 23:02:54 +08:00
"version": "0.7.0",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
2013-12-05 19:21:16 +08:00
"jake": "~0.7.6",
2014-01-28 19:59:02 +08:00
"jshint": "~2.4.3",
"uglify-js": "~2.4.12",
"mocha": "~1.17.1",
"happen": "~0.1.3",
2014-01-28 19:59:02 +08:00
"karma": "~0.10.9",
2013-12-05 19:21:16 +08:00
"karma-mocha": "~0.1.1",
2014-01-28 19:59:02 +08:00
"karma-coverage": "~0.1.5"
},
"main": "dist/leaflet-src.js",
"style": "dist/leaflet.css",
"scripts": {
"test": "jake test",
"prepublish": "jake build"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
]
2013-02-01 21:04:33 +08:00
}