{
  "name": "wadl-client",
  "version": "2.0.0",
  "description": "Generate a Javascript client for a web API providing a WADL description",
  "main": "wadl-client.js",
  "keywords": [
    "wadl",
    "client",
    "api"
  ],
  "author": "Rodolphe Belouin <rodolphe.belouin@gmail.com>",
  "license": "BSD-3-Clause",
  "dependencies": {
    "baconjs": "^0.7.70",
    "request": "^2.60.0"
  },
  "devDependencies": {
    "body": "^5.1.0",
    "bower": "^1.4.1",
    "express": "^4.13.1",
    "grunt": "^0.4.5",
    "grunt-bower-concat": "^0.5.0",
    "grunt-browserify": "^3.8.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jasmine": "^0.9.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-jasmine-node": "^0.3.1"
  },
  "scripts": {
    "bower-install": "bower install",
    "test": "bower install && grunt"
  }
}
