{
  "name": "@myspace-nu/jquery.restful",
  "version": "1.1.13",
  "description": "A jQuery plugin for communicating with REST APIs",
  "main": "dist/jquery.restful.min.js",
  "scripts": {
    "test": "grunt",
    "prepare": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/myspace-nu/jquery.restful.git"
  },
  "keywords": [
    "rest",
    "restful",
    "jquery"
  ],
  "author": "Johan Johansson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/myspace-nu/jquery.restful/issues"
  },
  "homepage": "https://github.com/myspace-nu/jquery.restful#readme",
  "dependencies": {
    "jquery": "^3.5.0"
  },
  "devDependencies": {
    "grunt": "^1.4.1",
    "grunt-contrib-uglify": "^5.0.1"
  }
}
