Xiphe/Thrall

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-thrall",
  "version": "0.0.4",
  "description": "Grunt task orchestrator/warchief",
  "author": "Hannes Diercks <github@xiphe.net>",
  "repository": {
    "type": "git",
    "url": "git@github.com:Xiphe/Thrall.git"
  },
  "main": "lib/index.js",
  "scripts": {
    "test": "grunt test"
  },
  "keywords": [
    "grunt",
    "collection",
    "orchestration",
    "tasks"
  ],
  "license": "MIT",
  "dependencies": {
    "del": "^1.2.0",
    "di": "0.0.1",
    "findup-sync": "^0.2.1",
    "getobject": "^0.1.0",
    "glob": "^5.0.6",
    "install": "^0.1.8",
    "lodash": "^3.8.0",
    "minimist": "^1.1.1",
    "mkdirp": "^0.5.1",
    "npm": "^2.9.1"
  },
  "devDependencies": {
    "chai": "^2.3.0",
    "chai-as-promised": "^5.0.0",
    "grunt": "^0.4.5",
    "grunt-bump": "^0.3.1",
    "grunt-cli": "^0.1.13",
    "grunt-codeclimate-reporter": "^1.0.0",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-env": "^0.4.4",
    "grunt-istanbul": "^0.5.0",
    "grunt-jscs": "^1.8.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-npm": "0.0.2",
    "grunt-shell": "^1.1.2",
    "load-grunt-tasks": "^3.1.0",
    "mocha": "^2.2.4",
    "proxyquire": "^1.4.0",
    "sinon": "^1.14.1",
    "sinon-chai": "^2.7.0"
  }
}