UNPKG

leaflet-wfst

Version:
53 lines (52 loc) 1.28 kB
{ "name": "leaflet-wfst", "version": "2.0.1-beta.27", "description": "WFST plugin for Leaflet", "main": "dist/leaflet-wfst.src.js", "directories": { "example": "./examples", "source": "./src", "tests": "./spec" }, "files": ["dist"], "repository": { "type": "git", "url": "https://github.com/Flexberry/Leaflet-WFST.git" }, "keywords": [ "maps", "leaflet", "wfs", "wfst" ], "author": "New Platform Ltd", "license": "MIT", "bugs": { "url": "https://github.com/Flexberry/Leaflet-WFST/issues" }, "homepage": "http://flexberry.github.io/Leaflet-WFST/", "devDependencies": { "chai": "^3.5.0", "grunt": "^1.0.1", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-gh-pages": "^1.1.0", "grunt-karma": "^2.0.0", "karma": "^0.13.22", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^1.0.1", "karma-mocha": "^1.0.1", "karma-sinon": "^1.0.5", "karma-sinon-chai": "^1.3.1", "mocha": "^2.5.3", "sinon": "^2.1.0", "sinon-chai": "^2.9.0" }, "scripts": { "test": "grunt test" } }