dancrumb/oyez

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "oyez",
  "version": "1.0.6",
  "description": "An Event Aggregator for node.js",
  "main": "lib/index.js",
  "files": [
    "lib/"
  ],
  "scripts": {
    "pretest": "babel-node test/buildMochaOpts.js > test/mocha.opts",
    "test": "babel-node node_modules/.bin/isparta cover _mocha",
    "build": "babel src -d lib",
    "lint": "eslint -c .eslintrc src test ./*.js",
    "prepublish": "npm run-script generate-docs",
    "generate-docs": "jsdoc -c jsdoc.json -R README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dancrumb/oyez.git"
  },
  "keywords": [
    "event",
    "aggregator"
  ],
  "author": "Dan Rumney <dancrumb@gmail.com>",
  "homepage": "https://github.com/dancrumb/oyez#readme",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dancrumb/oyez/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-babili": "0.0.8",
    "babel-preset-es2015": "^6.18.0",
    "chai": "^3.5.0",
    "dirty-chai": "^1.2.2",
    "docdash": "^0.4.0",
    "eslint": "^3.10.0",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-config-es2015": "^1.1.0",
    "eslint-plugin-chai-expect": "^1.1.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.6.0",
    "glob": "^7.1.1",
    "isparta": "^4.0.0",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.4.2",
    "lodash": "^4.16.6",
    "mocha": "^3.1.2",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0"
  },
  "dependencies": {}
}