{
  "name": "marker-animate-unobtrusive",
  "title": "SlidingMarker",
  "version": "0.2.9",
  "description": "Unobtrusive Google Maps animated marker",
  "main": "SlidingMarker.js",
  "scripts": {
    "//": "use '|| true' to prevent warning",
    "build": "npm install && grunt",
    "test": "grunt test",
    "jshint": "grunt jshint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/terikon/marker-animate-unobtrusive.git"
  },
  "keywords": [
    "Google Maps",
    "marker",
    "marker animation",
    "SlidingMarker"
  ],
  "author": {
    "name": "Terikon Apps",
    "email": "npm@terikon.com",
    "url": "http://il.linkedin.com/in/romanviskin"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/terikon/marker-animate-unobtrusive/issues"
  },
  "homepage": "https://github.com/terikon/marker-animate-unobtrusive",
  "//": "you can use something like git+https://github.com/viskin/marker-animate.git#OverlappingMarkerSpiderfier",
  "dependencies": {
    "jasmine-core": "^3.7.1",
    "jquery": "*",
    "marker-animate": "^0.0.1"
  },
  "devDependencies": {
    "grunt": "^1.4.0",
    "grunt-contrib-uglify": "^5.0.1",
    "grunt-contrib-jshint": "^3.0.0",
    "grunt-contrib-jasmine": "^3.0.0"
  }
}
