nielse63/launch-checklist

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "launch-checklist",
  "version": "1.4.1",
  "description": "Automated launch checklist tests",
  "homepage": "https://github.com/nielse63/launch-checklist",
  "author": {
    "name": "Erik Nielsen",
    "email": "erik@312development.com",
    "url": "https://312development.com"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "keywords": [
    "site launch",
    "checklist"
  ],
  "scripts": {
    "prepublish": "gulp prepublish",
    "lint": "eslint ./*.js ./test ./lib --fix",
    "pretest": "npm run lint",
    "test": "NODE_ENV=debug gulp test",
    "posttest": "gulp submit-coverage",
    "release": "git status && git push && npm test && npm run prepublish && npm version patch && git push --follow-tags && npm publish"
  },
  "devDependencies": {
    "babel-core": "^6.11.4",
    "babel-eslint": "^7.1.1",
    "babel-preset-latest": "^6.16.0",
    "babel-register": "^6.9.0",
    "codeclimate-test-reporter": "^0.4.0",
    "del": "^2.0.2",
    "eslint": "^3.12.1",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-react": "^6.8.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-coveralls": "^0.1.0",
    "gulp-eslint": "^3.0.1",
    "gulp-exclude-gitignore": "^1.1.1",
    "gulp-istanbul": "^1.0.0",
    "gulp-line-ending-corrector": "^1.0.1",
    "gulp-mocha": "^3.0.1",
    "gulp-nsp": "^2.4.2",
    "gulp-plumber": "^1.0.0",
    "isparta": "^4.0.0",
    "jsdoc-babel": "^0.3.0",
    "shelljs": "^0.7.5",
    "should": "^11.1.1"
  },
  "repository": "nielse63/launch-checklist",
  "bin": {
    "launch-checklist": "./dist/cli.js"
  },
  "dependencies": {
    "async": "^2.1.2",
    "broken-link-checker": "^0.7.3",
    "cheerio": "^0.22.0",
    "cli-color": "^1.1.0",
    "cli-table": "^0.3.1",
    "commander": "^2.9.0",
    "dotenv": "^2.0.0",
    "html-validator": "^2.0.4",
    "lodash": "^4.17.2",
    "pa11y": "^4.2.0",
    "validator": "^6.2.0",
    "w3c-css": "^2.0.0"
  },
  "license": "Apache-2.0"
}