irastypain/gendiff

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gendiff-irastypain",
  "version": "0.8.1",
  "description": "Compares two configuration files and shows a difference.",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "testwatch": "jest --watch",
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "prepublish": "npm run build",
    "eslint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/irastypain/gendiff.git"
  },
  "keywords": [
    "gendiff",
    "hexlet"
  ],
  "author": "Ivan Rastyapin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/irastypain/gendiff/issues"
  },
  "homepage": "https://github.com/irastypain/gendiff#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^4.7.2",
    "eslint-config-airbnb-base": "^12.0.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "^21.1.0",
    "jest": "^21.1.0"
  },
  "bin": {
    "gendiff": "dist/bin/gendiff.js"
  },
  "dependencies": {
    "commander": "^2.11.0",
    "ini": "^1.3.4",
    "js-yaml": "^3.10.0",
    "lodash": "^4.17.4",
    "path": "^0.12.7"
  }
}