{
  "name": "posterior",
  "title": "Posterior",
  "description": "Hierarchical, declarative configuration of Promise-based, JSON-ready, XHR communication with remote APIs",
  "version": "0.23.0",
  "homepage": "http://esha.github.io/posterior/",
  "author": {
    "name": "ESHA Research",
    "email": "nathan@esha.com",
    "url": "http://www.esha.com"
  },
  "files": [
    "dist",
    "index.d.ts"
  ],
  "types": "index.d.ts",
  "main": "dist/posterior.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/esha/posterior.git"
  },
  "bugs": {
    "url": "https://github.com/esha/posterior/issues"
  },
  "license": "MIT",
  "scripts": {
    "test": "grunt test",
    "prepublishOnly": "grunt && git commit -m \"$npm_package_version\" README.md *.json dist docs/posterior.js && git tag $npm_package_version && git push && git push --tags"
  },
  "dependencies": {
    "store2": "^2.10.0"
  },
  "devDependencies": {
    "grunt": "^1.0.4",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-compress": "^1.6.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^2.1.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^2.1.0",
    "grunt-contrib-qunit": "^3.1.0",
    "grunt-contrib-uglify": "^4.0.1",
    "grunt-nuget": "^0.2.0",
    "load-grunt-tasks": "^5.1.0",
    "qunit": "^2.9.3",
    "time-grunt": "^2.0.0"
  },
  "keywords": [
    "JSON",
    "AJAX",
    "XHR",
    "config",
    "API",
    "REST"
  ]
}
