abigailjs/abigail-plugin-exit

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "abigail-plugin-exit",
  "description": "abigail exit plugin",
  "version": "0.1.2",
  "main": "lib",
  "files": [
    "lib"
  ],
  "dependencies": {
    "chalk": "^1.1.1",
    "lodash.flattendeep": "^4.1.0",
    "string-raw": "^1.0.0"
  },
  "scripts": {
    "start": "abby test",
    "test": "mocha --compilers js:espower-babel/guess",
    "lint": "eslint src test",
    "cover": "abby cover:test, cover:report --no-watch",
    "cover:test": "nyc --reporter=lcov --reporter=text npm test",
    "cover:report": "node -e \"if(process.env.TRAVIS){}else{process.exit(1)}\" && codeclimate-test-reporter < coverage/lcov.info || echo skip coverage report",
    "build": "abby build:* --no-watch",
    "build:compile": "babel -V && babel src --out-dir lib",
    "postversion": "git push --follow-tags && conventional-github-releaser -p angular -r 0"
  },
  "devDependencies": {
    "abigail": "^1.0.0",
    "abigail-plugin": "^0.1.0",
    "babel-cli": "^6.6.5",
    "babel-eslint": "^6.0.0",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-polyfill": "^6.7.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-1": "^6.5.0",
    "carrack": "^0.1.0",
    "codeclimate-test-reporter": "^0.3.1",
    "conventional-github-releaser": "^1.1.2",
    "eslint": "2.2.0",
    "eslint-config-airbnb": "6.1.0",
    "espower-babel": "^4.0.1",
    "mocha": "^2.4.5",
    "npm-run-all": "^1.5.3",
    "nyc": "^6.1.1",
    "power-assert": "^1.3.1",
    "sinon": "^1.17.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abigailjs/abigail-plugin-exit.git"
  },
  "keywords": [
    "abigail-plugin"
  ],
  "author": "59naga <i59naga@icloud.com> (http://berabou.me/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abigailjs/abigail-plugin-exit/issues"
  },
  "homepage": "https://github.com/abigailjs/abigail-plugin-exit#readme"
}