yahoo/preceptor-core

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "preceptor-core",
  "version": "0.10.1",
  "description": "Core components for the preceptor test runner and aggregator",
  "license": "MIT",
  "main": "index.js",
  "homepage": "https://github.com/yahoo/preceptor-core",
  "bugs": "https://github.com/yahoo/preceptor-core/issues",
  "author": {
    "name": "Marcel Erz",
    "email": "erz@yahoo-inc.com",
    "url": "http://www.marcelerz.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yahoo/preceptor-core.git"
  },
  "keywords": [
    "testing"
  ],
  "scripts": {
    "test": "istanbul cover -- _mocha --reporter spec",
    "docs": "yuidoc ."
  },
  "dependencies": {
    "underscore": "1.7.0",
    "log4js": "1.1.1"
  },
  "devDependencies": {
    "chai": "1.9.2",
    "codeclimate-test-reporter": "0.0.4",
    "coveralls": "2.11.2",
    "istanbul": "0.4.5",
    "mocha": "5.0.0",
    "sinon": "1.12.2",
    "sinon-chai": "2.7.0",
    "yuidocjs": "0.3.50"
  }
}