You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Leaflet/package.json

41 lines
1019 B

{
"name": "leaflet",
"version": "1.0.0-rc.1",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"eslint": "^1.5.1",
"eslint-config-mourner": "^1.0.0",
"happen": "~0.2.0",
10 years ago
"jake": "~8.0.12",
"karma": "~0.13.9",
9 years ago
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "~0.5.1",
9 years ago
"karma-firefox-launcher": "~0.1.6",
9 years ago
"karma-mocha": "~0.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"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
9 years ago
"leafdoc": "^1.2.0",
"magic-string": "^0.7.0",
"mocha": "~2.3.0",
"phantomjs-prebuilt": "^2.1.4",
"prosthetic-hand": "^1.3.0",
9 years ago
"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"
],
"license": "BSD-2-Clause"
}