nci-ats/moxai

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "moxai",
  "version": "1.1.2",
  "description": "Moxai (mɒks-eɪ) - Express Middleware for API mocks using Open API Initiative (OAI)",
  "engines": {
    "node": "4.x",
    "npm": "4.x"
  },
  "main": "src/index.js",
  "scripts": {
    "prepublish": "npm shrinkwrap --production",
    "test": "mocha test --recursive",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive",
    "lint": "npm-run-all -c -s lint:es lint:es:out lint:md",
    "lint:es": "eslint . -f stylish || exit 0",
    "lint:es:out": "eslint . -o ./lint/eslint.html -f html || exit 0",
    "lint:es:fix": "eslint . --fix || exit 0",
    "lint:md": "markdownlint ./README.md ./LICENSE.md ./CONTRIBUTING.md || exit 0",
    "docs": "jsdoc -c .jsdoc.json -d docs -t ./node_modules/ink-docstrap/template -R README.md -r ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nci-ats/moxai"
  },
  "keywords": [
    "moxai",
    "api",
    "node",
    "express",
    "middleware",
    "swagger",
    "oai",
    "mock",
    "mocks",
    "nci"
  ],
  "author": "NCI",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/nci-ats/moxai/issues"
  },
  "homepage": "https://github.com/nci-ats/moxai#readme",
  "devDependencies": {
    "chai": "^4.0.0",
    "codeclimate-test-reporter": "^0.4.0",
    "codecov": "^2.1.0",
    "eslint": "^3.19.0",
    "express": "^4.15.2",
    "ink-docstrap": "^1.3.0",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.4.3",
    "markdownlint-cli": "^0.3.1",
    "mocha": "^3.2.0",
    "npm-run-all": "^4.0.2",
    "supertest": "^3.0.0"
  },
  "dependencies": {
    "matchstick": "^1.2.1",
    "randexp": "^0.4.5",
    "traverse": "^0.6.6"
  }
}