FreeAllMedia/mrt

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mrt",
  "version": "0.4.7",
  "description": "Helps build expressive chained interfaces.",
  "main": "index.js",
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FreeAllMedia/mrt.git"
  },
  "keywords": [
    "chain",
    "interface",
    "mrt"
  ],
  "author": "dcrockwell",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FreeAllMedia/mrt/issues"
  },
  "homepage": "https://github.com/FreeAllMedia/mrt#readme",
  "devDependencies": {
    "babel-core": "^6.11.4",
    "babel-eslint": "^6.1.2",
    "babel-preset-es2015": "^6.5.0",
    "chai": "^3.0.0",
    "compare-version": "^0.1.2",
    "coveralls": "^2.11.2",
    "eslint": "3.2.2",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-babel-istanbul": "^1.4.0",
    "gulp-filter": "^4.0.0",
    "gulp-if": "^2.0.0",
    "gulp-ignore": "^2.0.1",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^3.0.0",
    "gulp-util": "^3.0.6",
    "json-stable-stringify": "^1.0.1",
    "karma": "^1.1.2",
    "karma-browserify": "^5.1.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^1.0.1",
    "karma-detect-browsers": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.1",
    "karma-safari-launcher": "^1.0.0",
    "karma-sauce-launcher": "^1.0.0",
    "mocha": "^3.0.0",
    "phantomjs-prebuilt": "^2.1.10",
    "run-sequence": "^1.1.5",
    "sinon": "^1.17.2",
    "stream-buffers": "^3.0.0"
  },
  "dependencies": {
    "incognito": "^0.1.4",
    "jargon": "^0.2.0"
  }
}