taylor1791/promissory-arbiter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "promissory-arbiter",
  "version": "1.0.1",
  "description": "An asynchronous, hierarchical, topic-based, promissory implementation of the pub-sub pattern",
  "author": "Taylor Everding <Taylor@Everding.email>",
  "scripts": {
    "test:style": "eslint ./**/*.js",
    "test:unit": "karma start --single-run",
    "test": "npm run test:unit && npm run test:style",
    "gen-docs": "jsdoc -c docs/jsdoc.config.json"
  },
  "homepage": "https://github.com/taylor1791/promissory-arbiter#readme",
  "main": "src/promissory-arbiter.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/taylor1791/promissory-arbiter"
  },
  "bugs": {
    "url": "https://github.com/taylor1791/promissory-arbiter/issues"
  },
  "keywords": [
    "observer",
    "sub",
    "pub",
    "arbiter",
    "events"
  ],
  "dependencies": {},
  "devDependencies": {
    "codeclimate-test-reporter": "^0.3.0",
    "es6-promise": "^3.0.2",
    "eslint": "^3.5.0",
    "fs-extra": "^0.30.0",
    "handlebars": "^4.0.5",
    "jasmine-core": "^2.4.1",
    "jsdoc": "^3.4.0",
    "karma": "^1.1.2",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-sauce-launcher": "^1.0.0",
    "marked": "^0.3.6",
    "phantomjs-prebuilt": "^2.1.5"
  },
  "license": "ISC"
}