atsid/express-mountie

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "express-mountie",
  "version": "3.0.0",
  "description": "Express service discovery and mounting",
  "main": "index.js",
  "scripts": {
    "test": "gulp ci-build && CODECLIMATE_REPO_TOKEN=1f876a3141f393fe194d65caa68001250b008a45ff0f16086ba48c735964a0a9 codeclimate < coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atsid/express-mountie.git"
  },
  "keywords": [
    "express",
    "node"
  ],
  "author": "ATS",
  "contributors": [
    "Nathan Evans <nathan.evans@atsid.com>",
    "Chris Trevino <chris.trevino@atsid.com>"
  ],
  "license": "Apache",
  "bugs": {
    "url": "https://github.com/atsid/express-mountie/issues"
  },
  "devDependencies": {
    "babel": "^4.7.1",
    "chai": "^2.1.1",
    "codeclimate-test-reporter": "0.0.4",
    "express": "^4.12.2",
    "gulp": "^3.8.11",
    "gulp-babel": "^4.0.0",
    "gulp-changed": "^1.1.1",
    "gulp-cli": "^0.1.5",
    "gulp-eslint": "^0.7.0",
    "gulp-istanbul": "^0.6.0",
    "gulp-mocha": "^2.0.0",
    "gulp-semver-tasks": "^0.1.0",
    "isparta": "^2.2.0",
    "run-sequence": "^1.0.2"
  },
  "homepage": "https://github.com/atsid/express-mountie",
  "dependencies": {
    "debug": "^2.1.2"
  }
}