Leaflet/package.json

43 lines
1012 B
JSON
Raw Normal View History

2013-02-01 21:04:33 +08:00
{
"name": "leaflet",
2014-10-29 23:20:55 +08:00
"version": "0.8.0-dev",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
2014-10-23 17:37:29 +08:00
"jake": "~8.0.10",
2014-10-29 23:20:55 +08:00
"jshint": "~2.5.7",
2014-10-23 17:37:29 +08:00
"uglify-js": "~2.4.15",
2014-10-29 23:20:55 +08:00
"mocha": "~2.0.1",
"happen": "~0.1.3",
2014-10-23 17:37:29 +08:00
"karma": "~0.12.24",
"karma-mocha": "~0.1.9",
"karma-coverage": "~0.2.6",
2014-05-24 04:52:38 +08:00
"karma-phantomjs-launcher": "^0.1.4",
2014-10-23 17:37:29 +08:00
"karma-chrome-launcher": "^0.1.5",
2014-03-20 02:53:39 +08:00
"karma-firefox-launcher": "~0.1.3",
"karma-safari-launcher": "~0.1.1",
2014-05-24 04:52:38 +08:00
"tin": "^0.5.0",
"copyfiles": "0.1.0"
},
"main": "dist/leaflet-src.js",
"style": "dist/leaflet.css",
"scripts": {
"test": "jake test",
"prepublish": "jake build",
"publish": "./build/publish.sh"
},
"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-02-01 21:04:33 +08:00
}