lgaticaq/hubot-bip

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hubot-bip",
  "version": "2.0.2",
  "description": "Hubot script to get balance of bip card (Chile)",
  "main": "src",
  "scripts": {
    "pretest": "coffeelint src test",
    "test": "mocha --compilers coffee:coffee-script/register --require coffee-coverage/register-istanbul",
    "posttest": "istanbul report text-summary lcov",
    "coveralls": "coveralls < coverage/lcov.info",
    "codeclimate": "codeclimate-test-reporter < coverage/lcov.info",
    "release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish",
    "release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish",
    "release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish"
  },
  "engines": {
    "node": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lgaticaq/hubot-bip"
  },
  "keywords": [
    "hubot",
    "hubot-scripts",
    "bip"
  ],
  "author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lgaticaq/hubot-bip/issues"
  },
  "homepage": "https://github.com/lgaticaq/hubot-bip#readme",
  "dependencies": {
    "bip": "^2.0.1"
  },
  "devDependencies": {
    "chai": "4.3.4",
    "codeclimate-test-reporter": "0.5.1",
    "coffee-coverage": "2.0.1",
    "coffee-script": "1.12.7",
    "coffeelint": "2.1.0",
    "coveralls": "3.1.0",
    "generate-changelog": "1.8.0",
    "hubot-test-helper": "1.9.0",
    "istanbul": "0.4.5",
    "mocha": "5.2.0",
    "proxyquire": "1.8.0"
  }
}