abigailjs/abigail-plugin-parse

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "abigail-plugin-parse",
  "description": "abigail parse plugin",
  "version": "0.7.2",
  "main": "lib",
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "abby test --watch",
    "test": "mocha --require babel-register",
    "lint": "eslint src test",
    "cover": "abby cover:test, cover:report",
    "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 && du -h lib/*",
    "postversion": "git push --follow-tags && conventional-github-releaser -p angular -r 0"
  },
  "devDependencies": {
    "abigail": "^1.9.0",
    "abigail-plugin": "^0.1.2",
    "assert-exception": "^1.1.0",
    "babel-cli": "^6.6.5",
    "babel-eslint": "^6.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-object-assign": "^6.5.0",
    "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",
    "codeclimate-test-reporter": "^0.3.1",
    "conventional-github-releaser": "^1.1.1",
    "eslint": "^2.6.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.8.0",
    "lodash.flattendeep": "^4.1.0",
    "minimatch": "^3.0.0",
    "mocha": "^2.4.5",
    "npm-run-path": "^1.0.0",
    "npm-statement": "^0.0.0",
    "nyc": "^6.1.1",
    "power-assert": "^1.3.1",
    "rollup": "0.26.3",
    "rollup-plugin-babel": "2.4.0",
    "rollup-plugin-commonjs": "2.2.1",
    "rollup-plugin-node-resolve": "1.5.0",
    "rollup-plugin-uglify": "^1.0.0",
    "shell-quote": "^1.5.0",
    "which": "^1.2.10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abigailjs/abigail-plugin-parse.git"
  },
  "keywords": [
    "abigail-plugin"
  ],
  "author": "59naga <i59naga@icloud.com> (http://berabou.me/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/abigailjs/abigail-plugin-parse/issues"
  },
  "homepage": "https://github.com/abigailjs/abigail-plugin-parse#readme"
}