tandrewnichols/grunt-simple-grunt

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-simple-grunt",
  "version": "0.0.2",
  "description": "A grunt wrapper to register alias tasks that use flags",
  "main": "tasks/grunt.js",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tandrewnichols/grunt-simple-grunt.git"
  },
  "keywords": [
    "grunt",
    "tasks",
    "register",
    "alias",
    "flags",
    "meta"
  ],
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "http://www.tandrewnichols.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tandrewnichols/grunt-simple-grunt/issues"
  },
  "homepage": "https://github.com/tandrewnichols/grunt-simple-grunt",
  "devDependencies": {
    "coffee-script": "^1.8.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-mocha-cov": "^0.3.0",
    "grunt-mocha-test": "^0.12.6",
    "grunt-travis-matrix": "0.0.4",
    "indeed": "^1.0.6",
    "jshint-stylish": "^1.0.0",
    "mocha": "^2.1.0",
    "mocha-given": "^0.1.3",
    "mocha-lcov-reporter": "0.0.1",
    "sinon": "^1.12.2"
  },
  "dependencies": {
    "simple-cli": "^0.1.1"
  },
  "config": {
    "blanket": {
      "pattern": [
        "grunt-simple-grunt/tasks"
      ]
    }
  }
}