Leaflet/package.json

20 lines
417 B
JSON
Raw Normal View History

2013-02-01 21:04:33 +08:00
{
2013-02-01 23:21:52 +08:00
"name": "Leaflet",
"version": "0.6.0",
2013-02-01 23:21:52 +08:00
"description": "JavaScript library for mobile-friendly interactive maps",
"dependencies": {
"jshint": "~0.9.1",
2013-02-04 19:42:27 +08:00
"testacular": "latest",
2013-02-01 23:21:52 +08:00
"uglify-js": "~2.2.3",
"jake": "latest"
},
"scripts": {
"test": "node ./node_modules/jake/bin/cli test"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": ["gis", "map"]
2013-02-01 21:04:33 +08:00
}