{
  "name": "currency-converter-lt",
  "version": "2.0.1",
  "description": "A nodejs currency converter library that doesn't require subscribing to any API calls.",
  "main": "index.js",
  "dependencies": {
    "cheerio": "latest",
    "request": "^2.88.2"
  },
  "devDependencies": {
    "chai": "latest",
    "chai-as-promised": "latest",
    "codecov": "latest",
    "mocha": "latest",
    "nyc": "latest"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "nyc mocha",
    "report-coverage": "nyc --reporter=text-lcov > coverage.lcov mocha"
  },
  "keywords": [
    "currency",
    "converter",
    "library"
  ],
  "author": "Shuvo Kumar Paul",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/paul-shuvo/nodejs-currency-converter.git"
  },
  "bugs": {
    "url": "https://github.com/paul-shuvo/nodejs-currency-converter/issues"
  },
  "homepage": "https://github.com/paul-shuvo/nodejs-currency-converter"
}
