Leaflet/package.json

40 lines
996 B
JSON
Raw Normal View History

2013-02-01 21:04:33 +08:00
{
"name": "leaflet",
2015-10-15 00:17:05 +08:00
"version": "1.0.0-beta.2",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
2015-09-25 18:40:21 +08:00
"eslint": "^1.5.1",
"eslint-config-mourner": "^1.0.0",
2015-09-04 23:46:55 +08:00
"happen": "~0.2.0",
2015-05-08 22:54:34 +08:00
"jake": "~8.0.12",
2015-09-04 23:46:55 +08:00
"karma": "~0.13.9",
2015-07-13 23:35:16 +08:00
"karma-chrome-launcher": "^0.2.0",
2015-09-04 23:46:55 +08:00
"karma-coverage": "~0.5.1",
2015-05-21 00:45:56 +08:00
"karma-firefox-launcher": "~0.1.6",
2015-07-13 23:35:16 +08:00
"karma-mocha": "~0.2.0",
2016-03-01 00:05:13 +08:00
"karma-phantomjs-launcher": "^1.0.0",
2014-03-20 02:53:39 +08:00
"karma-safari-launcher": "~0.1.1",
2015-09-04 23:46:55 +08:00
"magic-string": "^0.7.0",
"mocha": "~2.3.0",
2016-03-01 00:05:13 +08:00
"phantomjs-prebuilt": "^2.1.4",
"prosthetic-hand": "^1.2.0",
2015-05-21 00:45:56 +08:00
"uglify-js": "~2.4.23"
},
"main": "dist/leaflet-src.js",
"style": "dist/leaflet.css",
"scripts": {
"test": "jake test",
"build": "jake build",
"release": "./build/publish.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
2014-02-05 00:45:03 +08:00
],
"license": "BSD-2-Clause"
2013-02-01 21:04:33 +08:00
}