abigailjs/abigail-plugin-log

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "abigail-plugin-log",
  "description": "abigail log plugin",
  "version": "0.3.1",
  "main": "lib",
  "files": [
    "lib"
  ],
  "dependencies": {
    "chalk": "^1.1.1",
    "lodash.flattendeep": "^4.1.0"
  },
  "scripts": {
    "start": "abby test --watch",
    "test": "mocha --require babel-register",
    "lint": "eslint src test",
    "cover": "abby cover:test, cover:report --no-watch",
    "cover:test": "nyc --reporter=lcov --reporter=text npm test",
    "cover:report": "npm-if TRAVIS \"codeclimate-test-reporter < coverage/lcov.info\"",
    "build": "abby build:* --env",
    "build:compile": "rollup -c",
    "postversion": "git push --follow-tags && conventional-github-releaser -p angular -r 0"
  },
  "devDependencies": {
    "abigail": "^1.7.1",
    "abigail-plugin": "^0.1.3",
    "babel-cli": "^6.6.5",
    "babel-eslint": "^6.0.2",
    "babel-plugin-espower": "^2.1.2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2015-rollup": "^1.1.1",
    "babel-preset-power-assert": "^1.0.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.7.2",
    "carrack": "0.3",
    "chokidar": "^1.4.3",
    "climb-lookup": "^1.0.0",
    "codeclimate-test-reporter": "^0.3.1",
    "conventional-github-releaser": "^1.1.1",
    "cross-env": "^1.0.7",
    "eslint": "^2.6.0",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-plugin-import": "^1.8.1",
    "mocha": "^2.4.5",
    "npm-statement": "^0.0.0",
    "nyc": "^6.1.1",
    "pascal-case": "^1.1.2",
    "power-assert": "^1.3.1",
    "rollup": "0.26.3",
    "rollup-plugin-babel": "2.4.0",
    "rollup-plugin-commonjs": "2.2.1",
    "rollup-plugin-json": "2.0.0",
    "rollup-plugin-node-resolve": "1.5.0",
    "sinon": "^1.17.3",
    "strip-ansi": "^3.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abigailjs/abigail-plugin-log.git"
  },
  "keywords": [
    "abigail-plugin"
  ],
  "author": "59naga <i59naga@icloud.com> (http://berabou.me/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abigailjs/abigail-plugin-log/issues"
  },
  "homepage": "https://github.com/abigailjs/abigail-plugin-log#readme"
}