{ "name": "leaflet.control.layers.tree", "version": "0.1.1", "description": "Control Layers in a Tree structure", "main": "L.Control.Layers.Tree.js", "style": "L.Control.Layers.Tree.css", "directories": { "test": "test" }, "license": "BSD-3-Clause", "scripts": { "lint": "eslint L.*.js test/* examples/*", "lintfix": "eslint L.*.js test/* examples/* --fix", "spec": "phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html", "test": "npm run lint && npm run spec" }, "repository": { "type": "git", "url": "git+https://github.com/jjimenezshaw/Leaflet.Control.Layers.Tree.git" }, "keywords": [ "Leaflet", "map", "geo", "tree", "control", "layers" ], "devDependencies": { "blanket": "^1.2.3", "chai": "~4.1.2", "chai-leaflet": "^0.0.13", "eslint": "^4.19.1", "eslint-plugin-html": "^4.0.6", "happen": "^0.3.2", "leaflet": "^1.4.0", "mocha": "^5.2.0", "mocha-phantomjs-core": "^2.1.2", "phantomjs-prebuilt": "^2.1.16" }, "peerDependencies": { "leaflet": "^1.1.0" }, "author": "Javier Jimenez Shaw", "readmeFilename": "README.md" }