{
  "name": "simple-ajax",
  "version": "2.6.0",
  "description": "Simple ajax module",
  "main": "index.js",
  "scripts": {
    "test": "browserify tests/index.js -d > tests/index.browser.js; google-chrome ./tests/index.html",
    "watchTest": "watchify tests/index.js -d -o tests/index.browser.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/MauriceButler/simple-ajax.git"
  },
  "keywords": [
    "ajax",
    "xhr",
    "simple"
  ],
  "author": "Maurice Butler <maurice.butler@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MauriceButler/simple-ajax/issues"
  },
  "homepage": "https://github.com/MauriceButler/simple-ajax",
  "dependencies": {
    "query-string": "^1.0.0"
  },
  "devDependencies": {
    "tape": "^4.5.1"
  }
}
