preceptorjs/grunt-preceptor

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "grunt-preceptor",
  "version": "0.9.0",
  "description": "Grunt plugin for Preceptor",
  "license": "MIT",
  "homepage": "https://github.com/preceptorjs/grunt-preceptor",
  "bugs": "https://github.com/preceptorjs/grunt-preceptor/issues",
  "author": {
    "name": "Marcel Erz",
    "email": "me@marcelerz.com",
    "url": "http://www.marcelerz.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/preceptorjs/grunt-preceptor.git"
  },
  "keywords": [
    "gruntplugin",
    "preceptor"
  ],
  "scripts": {
    "test": "istanbul cover -- _mocha --reporter spec",
    "docs": "yuidoc ."
  },
  "dependencies": {
    "preceptor": "^0.9.7"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "chai": "1.9.2",
    "codeclimate-test-reporter": "0.0.4",
    "coveralls": "2.11.2",
    "istanbul": "0.3.2",
    "mocha": "1.21.4",
    "sinon": "1.12.2",
    "sinon-chai": "2.7.0",
    "yuidocjs": "0.3.50"
  }
}