beevelop/corci-libs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "corci-libs",
  "version": "0.1.0",
  "main": "index.js",
  "author": "Maik Hummel <yo@beevelop.com>",
  "dependencies": {
    "array-sugar": "^1.2.1",
    "bluebird": "^3.4.1",
    "extend": "^3.0.0",
    "fs-extra-promise": "^0.4.0",
    "multi-glob": "^1.0.1",
    "node-7z": "^0.4.0",
    "progress": "^1.1.8",
    "progress-stream": "^1.2.0",
    "shortid": "^2.1.3",
    "socket.io-client": "^1.3.3",
    "socket.io-stream": "^0.9.0",
    "stringformat": "0.0.5",
    "winston": "^2.2.0",
    "winston-pushover": "^0.1.7",
    "yargs": "^7.0.1"
  },
  "devDependencies": {
    "grunt": "1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-jsdoc": "^2.1.0"
  },
  "scripts": {
    "test": "grunt --verbose"
  }
}