{
  "name": "wadl-client",
  "main": "wadl-client.js",
  "version": "1.0.3",
  "homepage": "https://github.com/rbelouin/wadl-client",
  "authors": [
    "Rodolphe Belouin <rodolphe.belouin@gmail.com>"
  ],
  "description": "Generate a Javascript client for a web API providing a WADL description",
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "wadl",
    "client",
    "api"
  ],
  "license": "BSD",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components"
  ],
  "dependencies": {
    "bacon": "~0.7.19"
  }
}
