{
  "name": "node-boleto",
  "version": "2.3.0",
  "description": "Boleto generator in Node.js",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "nyc --silent --all mocha \"./test/unit/**/*.spec.js\" && nyc --silent --all mocha \"./test/integration/**/*.spec.js\" && nyc --silent --all mocha \"./test/e2e/**/*.spec.js\"",
    "cover-report": "nyc report --reporter=html --reporter=lcov --report-dir=./coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pagarme/node-boleto"
  },
  "dependencies": {
    "ejs": "2.5.5"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-datetime": "^1.4.1",
    "chai-string": "^1.3.0",
    "chai-subset": "^1.4.0",
    "eslint": "^3.12.2",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-promise": "^3.3.0",
    "eslint-plugin-standard": "^2.0.1",
    "mocha": "^3.2.0",
    "moment": "https://github.com/pagarme/moment/archive/0.0.5.tar.gz",
    "nyc": "15.1.0",
    "ramda": "^0.23.0"
  },
  "author": "Pedro Franceschi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pagarme/node-boleto/issues"
  },
  "homepage": "https://github.com/pagarme/node-boleto"
}
