UNPKG

2.1 kBJSONView Raw
1{
2 "name": "leaflet-ant-path",
3 "version": "0.4.3",
4 "description": "Creates a leaflet polyline with a 'ant-path' animated flux",
5 "keywords": [
6 "leaflet",
7 "plugin",
8 "polyline",
9 "animation"
10 ],
11 "main": "dist/leaflet-ant-path.js",
12 "scripts": {
13 "gulp": "gulp",
14 "test": "gulp test",
15 "prepublish": "gulp",
16 "start": "webpack-dev-server -d --host 0.0.0.0"
17 },
18 "author": "Rubens Pinheiro Gonçalves Cavalcante <rubenspgcavalcante@gmail.com>",
19 "license": "MIT",
20 "readme": "README.md",
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/rubenspgcavalcante/leaflet-ant-path"
24 },
25 "homepage": "http://rubenspgcavalcante.github.io/leaflet-ant-path",
26 "bugs": {
27 "url": "https://github.com/rubenspgcavalcante/leaflet-ant-path/issues"
28 },
29 "perDependencie": {
30 "leaflet": "^0.7.7"
31 },
32 "devDependencies": {
33 "babel-core": "^6.18.2",
34 "babel-eslint": "^7.0.0",
35 "babel-loader": "^6.2.4",
36 "babel-plugin-add-module-exports": "^0.2.1",
37 "babel-plugin-transform-class-properties": "^6.11.5",
38 "babel-plugin-transform-object-rest-spread": "^6.8.0",
39 "babel-plugin-transform-regenerator": "^6.16.1",
40 "babel-polyfill": "^6.20.0",
41 "babel-preset-es2015": "^6.9.0",
42 "codacy-coverage": "^2.0.0",
43 "core-js": "^2.4.1",
44 "css-loader": "^0.23.1",
45 "eslint": "^3.11.1",
46 "eslint-loader": "^1.5.0",
47 "file-loader": "^0.9.0",
48 "gulp": "^3.9.0",
49 "gulp-codacy": "^1.0.0",
50 "gulp-util": "^3.0.7",
51 "is_js": "^0.8.0",
52 "jasmine": "^2.5.2",
53 "json-loader": "^0.5.4",
54 "karma": "^0.13.19",
55 "karma-babel-preprocessor": "^6.0.1",
56 "karma-coverage": "^0.5.3",
57 "karma-jasmine": "^0.3.6",
58 "karma-phantomjs-launcher": "^0.2.3",
59 "karma-remap-istanbul": "^0.1.0",
60 "karma-sourcemap-loader": "^0.3.7",
61 "leaflet": "^1.0.2",
62 "materialize-css": "^0.97.7",
63 "node-sass": "^3.7.0",
64 "phantomjs": "^2.1.7",
65 "sass-loader": "^3.2.0",
66 "style-loader": "^0.13.1",
67 "url-loader": "^0.5.7",
68 "webpack": "^1.13.1",
69 "webpack-dev-server": "^1.16.1"
70 }
71}