{
  "name": "@deanisy/multi-rubles",
  "version": "0.3.0",
  "description": "Стоимость прописью с любыми наименованиями валютных единиц",
  "keywords": [
    "ruble",
    "numeral",
    "currency",
    "price by words"
  ],
  "author": "Alexey Simonenko <alexey@simonenko.su>",
  "homepage": "http://simonenko.su/projects/rubles",
  "main": "./lib/rubles",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deanisy/multi-rubles.git"
  },
  "scripts": {
    "build": "uglifyjs lib/rubles.js -o lib/rubles.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",
    "should": "^7.1.0",
    "uglify-js": "^2.4.24"
  },
  "engines": {
    "node": "^0.12.7"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/deanisy/multi-rubles/issues"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "dependencies": {}
}
