nci-ats/fs-middlelayer-api

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fs-middlelayer-api",
  "version": "1.0.1",
  "description": "US Forest Service ePermit Middlelayer API",
  "engines": {
    "node": "6.10.2",
    "npm": "3.10.0"
  },
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "test": "mocha test --recursive",
    "test:mock": "npm --mock=Y run test",
    "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 ./docs ./README.md || exit 0",
    "dba": "sequelize db:migrate && sequelize db:seed:all",
    "doc": "./node_modules/.bin/jsdoc -c .jsdoc.json -d docs/code -t ./node_modules/ink-docstrap/template -R README.md -r .",
    "postinstall": "npm run doc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/18F/fs-middlelayer-api"
  },
  "keywords": [
    "gsa",
    "tts",
    "18f",
    "usda",
    "fs",
    "forest service",
    "epermit",
    "agile",
    "agile-bpa",
    "api",
    "node",
    "express"
  ],
  "author": "NCI",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/18F/fs-middlelayer-api/issues"
  },
  "homepage": "https://github.com/18F/fs-middlelayer-api#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.4.0",
    "codecov": "^2.2.0",
    "eslint": "^3.19.0",
    "istanbul": "^0.4.5",
    "markdownlint-cli": "^0.3.1",
    "minimist": "^1.2.0",
    "mocha": "^3.2.0",
    "mock-aws": "^1.2.3",
    "npm-run-all": "^4.0.2",
    "sinon": "^2.3.2",
    "supertest": "^3.0.0",
    "unionized": "^4.11.0"
  },
  "dependencies": {
    "async": "^2.2.0",
    "aws-s3-zipper": "^1.0.1",
    "aws-sdk": "^2.32.0",
    "bcrypt-nodejs": "0.0.3",
    "body-parser": "^1.17.1",
    "cors": "^2.8.1",
    "deref": "^0.7.0",
    "dotenv": "^4.0.0",
    "express": "^4.15.2",
    "file-stream-rotator": "^0.1.0",
    "helmet": "^3.4.1",
    "include": "^1.1.0",
    "ink-docstrap": "^1.3.0",
    "jsdoc": "^3.4.3",
    "json-schema-faker": "^0.5.0-rc3",
    "jsonschema": "^1.1.1",
    "jsonwebtoken": "^7.3.0",
    "matchstick": "^1.2.1",
    "mkdirp": "^0.5.1",
    "morgan": "^1.8.1",
    "moxai": "^1.1.1",
    "multer": "^1.3.0",
    "passport": "^0.3.2",
    "passport-local": "^1.0.0",
    "path": "^0.12.7",
    "pg": "^6.2.2",
    "request": "^2.81.0",
    "request-promise": "^4.2.0",
    "sequelize": "^3.30.2",
    "sequelize-cli": "^2.6.0",
    "url": "^0.11.0",
    "util": "^0.10.3",
    "uuid": "^3.0.1"
  }
}