{
  "name": "marker-animate",
  "title": "marker-animate",
  "version": "0.0.1",
  "description": "marker-animate",
  "main": "dist/markerAnimate.umd.js",
  "scripts": {
    "//": "use '|| true' to prevent warning",
    "build": "npm install && grunt",
    "test": "echo \"Error: no test specified\" && exit 1",
    "jshint": "grunt jshint"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/viskin/marker-animate.git#node-friendly"
  },
  "license": "LicenseRef-LICENSE",
  "dependencies": {
    "jquery": "*",
    "jquery-easing": "^0.0.1"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.1",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-umd": "^2.3.3"
  }
}
