moul/node-scaleway

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "scaleway",
  "version": "0.8.0",
  "description": "Scaleway.com API client",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha --reporter spec --ui tdd --bail --check-leaks ./test/all.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:moul/node-scaleway"
  },
  "keywords": [
    "Scaleway",
    "OnlineLabs",
    "API",
    "client"
  ],
  "author": "Manfred Touron <m@42.am>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/moul/node-scaleway/issues"
  },
  "homepage": "https://github.com/moul/node-scaleway",
  "dependencies": {
    "bluebird": "^2.9.34",
    "debug": "^2.1.3",
    "lodash": "^3.5.0",
    "nodeify": "^1.0.0",
    "rc": "^1.0.0",
    "superagent": "^1.3.0",
    "superagent-bluebird-promise": "^2.1.0"
  },
  "devDependencies": {
    "browserify": "^9.0.3",
    "chai": "^2.1.2",
    "exorcist": "^0.1.6",
    "minimist": "^1.1.1",
    "mocha": "^2.1.0",
    "uglifyify": "^3.0.1"
  }
}