UNPKG

leaflet-ant-path

Version:

Creates a leaflet polyline with a 'ant-path' animated flux

84 lines (83 loc) 2.93 kB
{ "name": "leaflet-ant-path", "version": "1.3.0", "description": "Creates a leaflet polyline with a 'ant-path' animated flux", "keywords": [ "leaflet", "plugin", "polyline", "animation" ], "main": "dist/leaflet-ant-path.js", "scripts": { "build": "NODE_ENV=production webpack --colors --profile --progress", "test": "NODE_ENV=test karma start karma/karma.conf.js --single-run", "test:chrome": "yarn run test --browsers=Chrome --single-run=false", "clean-report": "node karma/clean-report.js", "analyze": "NODE_ENV=production webpack --profile --json > .wbprofile.json && webpack-bundle-analyzer .wbprofile.json -m server", "format": "prettier-eslint --write \"{dev-env,src}/**/*.js\"", "start": "NODE_ENV=development webpack-dev-server -d --cache --inline --host 0.0.0.0", "codacy": "cat coverage/lcov.info | codacy-coverage", "prepublishOnly": "yarn run test && yarn run build" }, "author": "Rubens Pinheiro Gonçalves Cavalcante <rubenspgcavalcante@gmail.com>", "license": "MIT", "readme": "README.md", "repository": { "type": "git", "url": "https://github.com/rubenspgcavalcante/leaflet-ant-path" }, "homepage": "http://rubenspgcavalcante.github.io/leaflet-ant-path", "bugs": { "url": "https://github.com/rubenspgcavalcante/leaflet-ant-path/issues" }, "perDependencies": { "leaflet": ">=1" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-transform-regenerator": "^7.0.0", "@babel/plugin-transform-runtime": "^7.0.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/runtime": "^7.2.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.0", "codacy-coverage": "^3.3.0", "core-js": "^3.0.1", "css-loader": "^2.0.1", "eslint": "^5.10.0", "eslint-loader": "^2.0.0", "expose-loader": "^0.7.3", "file-loader": "^3.0.0", "istanbul-instrumenter-loader": "^3.0.0", "jasmine": "^3.0.0", "jasmine-core": "^3.1.0", "karma": "^4.0.1", "karma-babel-preprocessor": "^8.0.0-beta.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-jasmine": "^2.0.1", "karma-remap-istanbul": "^0.6.0", "karma-sourcemap-loader": "^0.3.7", "karma-sourcemap-writer": "^0.1.2", "karma-webpack": "^3.0.0", "leaflet": "1.4.0", "materialize-css": "^1.0.0", "node-sass": "^4.8.3", "prettier": "^1.10.2", "prettier-eslint": "^8.8.1", "prettier-eslint-cli": "^4.7.0", "puppeteer": "^1.11.0", "regenerator-runtime": "^0.13.1", "sass-loader": "^7.0.1", "style-loader": "^0.23.1", "url-loader": "^1.0.1", "webpack": "^4.27.1", "webpack-bundle-analyzer": "^3.0.3", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.1.3" } }