{
  "name": "restfulizer",
  "description": "A simple jQuery plugin for changing the http method (POST/PUT/DELETE) of a simple html link or button",
  "main": "jquery.restfulizer.js",
  "keywords": [
    "jquery",
    "restful"
  ],
  "authors": [
    "Anael Favre <anael.favre@gmail.com>"
  ],
  "license": "WTFPL",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
