abigailjs/abigail-plugin

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "abigail-plugin",
  "description": "abigail plugins base class",
  "version": "0.1.3",
  "main": "lib",
  "files": [
    "lib"
  ],
  "scripts": {
    "test": "mocha --compilers js:babel-register",
    "lint": "eslint src test",
    "cover": "npm-run-all cover:*",
    "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": "cross-env NODE_ENV=production npm-run-all build:*",
    "build:compile": "babel -V && babel src --out-dir lib"
  },
  "dependencies": {
    "param-case": "^1.1.2"
  },
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-eslint": "^5.0.0",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-plugin-espower": "^2.1.2",
    "babel-plugin-transform-object-assign": "^6.5.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.7.2",
    "bluebird": "^3.3.4",
    "carrack": "^0.1.0",
    "codeclimate-test-reporter": "^0.3.1",
    "cross-env": "^1.0.7",
    "eslint": "2.2.0",
    "eslint-config-airbnb": "6.1.0",
    "mocha": "^2.4.5",
    "npm-run-all": "^1.5.3",
    "nyc": "^6.1.1",
    "power-assert": "^1.3.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abigailjs/abigail-plugin.git"
  },
  "keywords": [
    "abigail-plugin"
  ],
  "author": "59naga <i59naga@icloud.com> (http://berabou.me/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abigailjs/abigail-plugin/issues"
  },
  "homepage": "https://github.com/abigailjs/abigail-plugin#readme"
}