{
  "name": "hryvnias",
  "version": "0.1.2",
  "description": "Вартість прописом",
  "keywords": [
    "ruble",
    "hryvnias",
    "numeral"
  ],
  "author": "Alexey Simonenko <alexey@simonenko.su>",
  "homepage": "http://simonenko.su/projects/rubles",
  "main": "./lib/rubles",
  "repository": {
    "type": "git",
    "url": "https://github.com/nitra/hryvnias.git"
  },
  "prettier": "prettier-config-standard",
  "scripts": {
    "build": "npx terser lib/rubles.js -o lib/hryvnias.min.js -m -c",
    "mocha": "mocha --reporter dot",
    "lint": "eslint lib/rubles.js test/test.js",
    "lib-cov": "istanbul instrument --output lib-cov --no-compact --variable global.__coverage__ lib",
    "prepush": "npm run lint",
    "pretest": "npm run lint && npm run build",
    "posttest": "npm run lib-cov && COVERAGE=1 ISTANBUL_REPORTERS=lcovonly mocha --reporter mocha-istanbul && cat lcov.info | coveralls && rm -rf lib-cov lcov.info",
    "test": "npm run mocha"
  },
  "devDependencies": {
    "coveralls": "^2.11.4",
    "eslint": "^1.4.1",
    "husky": "^0.10.1",
    "istanbul": "^0.3.19",
    "mocha": "^2.3.2",
    "mocha-istanbul": "^0.2.0",
    "prettier-config-standard": "^1.0.1",
    "should": "^7.1.0"
  },
  "engines": {
    "node": "^0.12.7"
  },
  "license": "MIT"
}
