{
  "name": "get-json-data",
  "version": "0.1.2",
  "description": "Make ajax request to get the json data.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/test.js"
  },
  "keywords": [
    "ajax",
    "json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/gagan-bansal/get-json-data"
  },
  "author": "Gagan Bansal",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gagan-bansal/get-json-data/issues"
  },
  "homepage": "https://github.com/gagan-bansal/get-json-data",
  "devDependencies": {
    "chai": "^3.2.0",
    "mocha": "^2.2.5",
    "sinon": "^1.16.1"
  }
}
