meilke/nunit-command

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nunit-command",
  "version": "0.1.5",
  "description": "Node plugin for preparing NUnit commands",
  "homepage": "https://github.com/meilke/nunit-command",
  "main": "index.js",
  "bugs": {
    "url": "https://github.com/meilke/nunit-command/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/meilke/nunit-command.git"
  },
  "keywords": [
    ".net",
    "dotnet",
    "nunit"
  ],
  "scripts": {
    "grunt": "grunt",
    "test": "npm run grunt"
  },
  "author": "Mike O'Brien, Christian Meilke",
  "license": "MIT",
  "readmeFilename": "README.md",
  "files": [
    "*.js",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "sax": "^1.1.5",
    "temp": "^0.8.3",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "grunt": "^1.0.0-rc1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-release": "^0.13.0",
    "mocha": "^2.4.5",
    "rewire": "^2.5.1",
    "sinon": "^1.17.3",
    "temp": "^0.8.3"
  }
}