Leaflet/package.json
Iván Sánchez Ortega ddf8f0575e Leafdoc: fix internal links & inconsistent return types (#4469)
* Leafdoc: fix internal links & inconsistent return types

* an -> a
2016-04-20 16:29:08 +02:00

42 lines
1.0 KiB
JSON

{
"name": "leaflet",
"version": "1.0.0-rc.1",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
"eslint": "^2.8.0",
"eslint-config-mourner": "^2.0.1",
"git-rev": "^0.2.1",
"happen": "~0.3.1",
"jake": "~8.0.12",
"karma": "~0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-coverage": "~0.5.5",
"karma-firefox-launcher": "~0.1.7",
"karma-mocha": "~0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-safari-launcher": "~0.1.1",
"leafdoc": "^1.2.2",
"mocha": "~2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"prosthetic-hand": "^1.3.0",
"source-map": "^0.5.3",
"uglify-js": "~2.6.2"
},
"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"
}