{
  "name": "marker-animate-unobtrusive",
  "main": "SlidingMarker.js",
  "version": "0.2.9",
  "description": "Unobtrusive Google Maps animated marker",
  
  "homepage": "https://github.com/terikon/marker-animate-unobtrusive",
  "authors": [
    { "name": "Terikon Apps", "email": "npm@terikon.com", "homepage": "http://il.linkedin.com/in/romanviskin" }
  ],
  
  "moduleType": [
    "amd",
    "globals"
  ],
  
  "repository": {
    "type": "git",
    "url": "https://github.com/terikon/marker-animate-unobtrusive.git"
  },
  
  "keywords": [
    "Google Maps",
    "marker",
    "marker animation",
    "SlidingMarker"
  ],

  "license": "MIT",
  
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "tests"
  ]
  
}