{
  "name": "abaaso",
  "description": "abaaso is a modern, lightweight Enterprise class RESTful JavaScript application framework.",
  "version": "3.11.12",
  "homepage": "http://abaaso.com",
  "author": {
    "name": "Jason Mulligan",
    "email": "jason.mulligan@avoidwork.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/avoidwork/abaaso.git"
  },
  "bugs": {
    "url": "https://github.com/avoidwork/abaaso/issues"
  },
  "licenses": [
    {
      "type": "BSD-3",
      "url": "https://raw.github.com/avoidwork/abaaso/master/LICENSE"
    }
  ],
  "main": "lib/abaaso",
  "engines": {
    "node": ">=0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "localStorage": ">=1.0.0",
    "mongodb": "~1.3.11"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.6",
    "grunt-exec": "~0.4",
    "grunt-sed": "~0.1",
    "grunt-contrib-concat": "~0.1.3",
    "grunt-contrib-jshint": "~0.1",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt-contrib-watch": "~0.2",
    "promises-aplus-tests": "*"
  },
  "keywords": [
    "framework",
    "rest",
    "api",
    "consumer",
    "hateoas",
    "server",
    "proxy",
    "cache",
    "nosql"
  ]
}
