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

64 lines
1.5 KiB

{
"name": "leaflet",
"version": "1.0.0-rc.3",
"description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": {
8 years ago
"eslint": "^2.11.1",
"eslint-config-mourner": "^2.0.1",
"git-rev": "^0.2.1",
"happen": "~0.3.1",
10 years ago
"jake": "~8.0.12",
"karma": "~0.13.22",
8 years ago
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "~1.0.0",
"karma-firefox-launcher": "~1.0.0",
"karma-mocha": "~1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
8 years ago
"karma-safari-launcher": "~1.0.0",
"leafdoc": "^1.3.1",
"mocha": "~2.5.3",
"phantomjs-prebuilt": "^2.1.7",
8 years ago
"prosthetic-hand": "^1.3.1",
"source-map": "^0.5.6",
"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"
},
"eslintConfig": {
"root": true,
"globals": {
"L": true
},
"env": {
"commonjs": true,
"amd": true,
"node": false
},
"extends": "mourner",
"rules": {
"no-mixed-spaces-and-tabs": [2, "smart-tabs"],
"indent": [2, "tab", {"VariableDeclarator": 0}],
"curly": 2,
"spaced-comment": 2,
"strict": 0,
"wrap-iife": 0,
"key-spacing": 0,
"consistent-return": 0
}
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.git"
},
"keywords": [
"gis",
"map"
],
"license": "BSD-2-Clause"
}