{
  "name": "jquery-easing",
  "title": "jquery-easing",
  "version": "0.0.1",
  "description": "node wrapper for jQuery Easing plugin by George McGinley Smith",
  "main": "dist/jquery.easing.1.3.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/jquery-easing.git"
  },
  "license": "LicenseRef-LICENSE",
  "dependencies": {
    "jquery": "*"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.11.1",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-umd": "^2.3.3"
  }
}
