{
  "name": "jquery-ujs",
  "version": "1.2.3",
  "description": "Unobtrusive scripting adapter for jQuery",
  "main": "src/rails.js",
  "scripts": {
    "test": "echo \"See the wiki: https://github.com/rails/jquery-ujs/wiki/Running-Tests-and-Contributing\" && exit 1",
    "postversion": "git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rails/jquery-ujs.git"
  },
  "author": [
    "Stephen St. Martin",
    "Steve Schwartz"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rails/jquery-ujs/issues"
  },
  "homepage": "https://github.com/rails/jquery-ujs#readme",
  "peerDependencies": {
    "jquery": ">=1.8.0"
  }
}
