{
  "name": "abao",
  "version": "0.5.0",
  "description": "RAML testing tool",
  "bin": "bin/abao",
  "main": "lib/index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cybertk/abao.git"
  },
  "keywords": [
    "api",
    "test",
    "testing",
    "documentation",
    "integration",
    "acceptance",
    "RAML",
    "automated"
  ],
  "author": "Quanlong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cybertk/abao/issues"
  },
  "homepage": "https://github.com/cybertk/abao",
  "devDependencies": {
    "coveralls": "^2.11.14",
    "express": "^4.12.0",
    "grunt": "~0.4.5",
    "grunt-cli": "~1.2.0",
    "grunt-coffeecov": "^0.1.5",
    "grunt-coffeelint": "^0.0.16",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-test": "~0.13.2",
    "grunt-shell": "^2.0.0",
    "load-grunt-config": "^0.19.2",
    "mocha-phantom-coverage-reporter": "^0.1.0",
    "mute": "^1.0.0",
    "nock": "^9.0.0",
    "sinon": "^1.12.2",
    "sinon-chai": "^2.7.0",
    "time-grunt": "~1.4.0"
  },
  "dependencies": {
    "async": "^2.0.1",
    "chai": "~3.5.0",
    "coffee-errors": "^0.8.6",
    "coffee-script": "~1.11.0",
    "csonschema": "^0.5.1",
    "glob": "^7.0.6",
    "mocha": "~3.1.0",
    "mustache": "~2.3.0",
    "proxyquire": "^1.3.1",
    "raml-parser": "^0.8.16",
    "request": "^2.53.0",
    "source-map-support": "^0.4.0",
    "tv4": "^1.2.7",
    "underscore": "^1.8.2",
    "lodash": "^4.16.4",
    "yargs": "~6.0.0"
  }
}
