2013-02-01 21:04:33 +08:00
|
|
|
{
|
2013-09-12 18:13:49 +08:00
|
|
|
"name": "leaflet",
|
2015-10-15 00:17:05 +08:00
|
|
|
"version": "1.0.0-beta.2",
|
2013-09-12 18:13:49 +08:00
|
|
|
"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",
|
Trying out Leafdoc comments in L.Marker
Added Leafdoc comments to Layer.js
Leafdoc comments for Popup, Layer
Leafdoc comments: L.Evented, inheritances, minor tilelayer
Leafdoc comments: gridlayer & tilelayer options
Leafdoc comments: tilelayer, marker drag
Typos
Leafdoc: switch to shorthand method params
Leafdoc: Switch to shorthands in marker drag, WMS.
Leafdoc: Vector layers
Leafdoc: Layer group, feature group, geojson
Leafdoc: LatLng, Point, Bounds, Icons.
Leafdoc: Controls.
Leafdoc: DOM & utils.
Leafdoc: "jake docs" now builds the documentation
Leafdoc: Commit actual templates instead of symlinks
Leafdoc: Fix broken build, have jake print out uglifyjs errors
Leafdoc: Several L.Map bits.
Leafdoc: Map handlers
Leafdoc: Map events, L.CRS, misc. fixes
Leafdoc: Fixed ordering of classes by using new leafdoc features
Leafdoc: Misc bits at the bottom of the docs
🍂doc: Map panes
🍂doc: CRSs, projections and their templates
🍂doc: miniclasses for map methods' options
Leafdoc: Cleanup L.Class, mark uninheritable sections, use Leafdoc 0.3.0
🍂doc: miniclasses for event types, bump to Leafdoc 1.0.0
🍂doc: Make linter happy after branch rebase
🍂doc: Tweaked headers for inherited stuff.
🍂doc: Tweaking section headers (white, padding, triangles)
Leafdoc: upgrade to 1.2, document SVG&Canvas, and misc bits
🍂doc: minor CSS tweaks, version in filename, typo.
Add missing bits - supersedes #4105, #4065, #4031
🍂doc: moved sections around, minor typos & fixes
Typo about LocationEvent
2015-08-13 02:51:04 +08:00
|
|
|
"leafdoc": "^1.2.0",
|
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",
|
2016-04-02 23:55:22 +08:00
|
|
|
"prosthetic-hand": "^1.3.0",
|
2015-05-21 00:45:56 +08:00
|
|
|
"uglify-js": "~2.4.23"
|
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",
|
2015-10-14 22:56:50 +08:00
|
|
|
"build": "jake build",
|
|
|
|
"release": "./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
|
|
|
],
|
2015-05-29 04:15:31 +08:00
|
|
|
"license": "BSD-2-Clause"
|
2013-02-01 21:04:33 +08:00
|
|
|
}
|