UNPKG

leaflet-ant-path

Version:

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

76 lines (75 loc) 2.6 kB
{ "name": "leaflet-ant-path", "version": "0.6.1", "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": "karma start karma/karma.conf.js --log-level debug --single-run && node karma/clean-report.js", "analyze": "NODE_ENV=production webpack --profile --json > .wbprofile.json && webpack-bundle-analyzer .wbprofile.json -m server", "start": "NODE_ENV=development webpack-dev-server -d --cache --inline --host 0.0.0.0", "codacy": "cat coverage/lcov.info | codacy-coverage", "prepublish": "npm 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" }, "perDependencie": { "leaflet": "^0.7.7" }, "devDependencies": { "babel-core": "^6.22.1", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.10", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-class-properties": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.22.0", "babel-plugin-transform-regenerator": "^6.22.0", "babel-polyfill": "^6.22.0", "babel-preset-es2015": "^6.22.0", "codacy-coverage": "^2.0.0", "core-js": "^2.4.1", "css-loader": "^0.26.1", "eslint": "^3.14.0", "eslint-loader": "^1.6.1", "expose-loader": "^0.7.3", "file-loader": "^0.10.1", "istanbul-instrumenter-loader": "^2.0.0", "jasmine": "^2.5.3", "jasmine-core": "^2.5.2", "json-loader": "^0.5.4", "karma": "^1.4.0", "karma-babel-preprocessor": "^6.0.1", "karma-coverage": "^1.1.1", "karma-jasmine": "^1.1.0", "karma-phantomjs-launcher": "^1.0.2", "karma-remap-istanbul": "^0.6.0", "karma-sourcemap-loader": "^0.3.7", "karma-sourcemap-writer": "^0.1.2", "karma-webpack": "^2.0.2", "leaflet": "^1.0.3", "materialize-css": "^0.98.0", "node-sass": "^4.3.0", "phantomjs-prebuilt": "^2.1.14", "sass-loader": "^6.0.3", "style-loader": "^0.13.1", "url-loader": "^0.5.7", "webpack": "^2.2.0", "webpack-bundle-analyzer": "^2.3.1", "webpack-dev-server": "^2.2.0" } }