2013-02-01 21:04:33 +08:00
|
|
|
{
|
2013-09-12 18:13:49 +08:00
|
|
|
"name": "leaflet",
|
2013-11-15 23:02:54 +08:00
|
|
|
"version": "0.7.0",
|
2013-09-12 18:13:49 +08:00
|
|
|
"description": "JavaScript library for mobile-friendly interactive maps",
|
|
|
|
"devDependencies": {
|
2014-03-12 00:49:17 +08:00
|
|
|
"jake": "~0.7.9",
|
|
|
|
"jshint": "~2.4.4",
|
|
|
|
"uglify-js": "~2.4.13",
|
2014-01-28 19:59:02 +08:00
|
|
|
"mocha": "~1.17.1",
|
2013-09-12 18:13:49 +08:00
|
|
|
"happen": "~0.1.3",
|
2014-03-12 00:49:17 +08:00
|
|
|
"karma": "~0.12.0",
|
2013-12-05 19:21:16 +08:00
|
|
|
"karma-mocha": "~0.1.1",
|
2014-03-12 01:39:20 +08:00
|
|
|
"karma-coverage": "~0.2.0",
|
|
|
|
"karma-phantomjs-launcher": "^0.1.2",
|
2014-03-20 03:43:38 +08:00
|
|
|
"karma-chrome-launcher": "^0.1.2",
|
|
|
|
"tin": "^0.4.0",
|
|
|
|
"copyfiles": "0.0.1"
|
2013-09-12 18:13:49 +08:00
|
|
|
},
|
2013-10-20 22:57:46 +08:00
|
|
|
"main": "dist/leaflet-src.js",
|
2014-02-03 22:54:56 +08:00
|
|
|
"style": "dist/leaflet.css",
|
2013-09-12 18:13:49 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "jake test",
|
2014-03-20 03:43:38 +08:00
|
|
|
"prepublish": "jake build",
|
|
|
|
"publish": "./build/publish.sh"
|
2013-09-12 18:13:49 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/Leaflet/Leaflet.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"gis",
|
|
|
|
"map"
|
2014-02-05 00:45:03 +08:00
|
|
|
],
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "BSD-2-Clause",
|
|
|
|
"url": "https://github.com/Leaflet/Leaflet/blob/master/LICENSE"
|
|
|
|
}
|
2013-09-12 18:13:49 +08:00
|
|
|
]
|
2013-02-01 21:04:33 +08:00
|
|
|
}
|