{
  "name": "clever-client",
  "version": "0.11.3",
  "description": "Javascript models for Clever-Cloud API",
  "main": "dist/clever-client.js",
  "files": [
    "dist"
  ],
  "keywords": [
    "clever-cloud",
    "api",
    "client"
  ],
  "author": "rbelouin <rodolphe.belouin@gmail.com>",
  "license": "BSD",
  "devDependencies": {
    "body-parser": "^1.13.2",
    "express": "^4.15.4",
    "grunt": "^0.4.5",
    "grunt-browserify": "^3.8.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-jasmine": "^0.9.0",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-express-server": "^0.5.1",
    "grunt-jasmine-node-new": "^0.3.2",
    "wadl2json": "^1.0.4",
    "xml2json": "^0.11.2"
  },
  "dependencies": {
    "baconjs": "0.7.94",
    "lodash": "^4.17.11",
    "oauth-sign": "^0.9.0",
    "querystring": "^0.2.0",
    "wadl-client": "^2.0.0"
  },
  "scripts": {
    "build": "grunt",
    "test": "grunt test",
    "start": "grunt test --force && node ./tests/server.js start"
  }
}
