{
  "name": "mortgage-calculator",
  "version": "1.1.2",
  "description": "package for basic calculation mortgage",
  "main": "lib/index.js",
  "scripts": {
    "test": "make test",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "keywords": [
    "mortgage",
    "calculator",
    "loan",
    "finance"
  ],
  "author": "Cristobal Gomez",
  "homepage": "https://github.com/cristobal-io/mortgage-calculator",
  "repository": {
    "type": "git",
    "url": "https://github.com/cristobal-io/mortgage-calculator"
  },
  "bugs": {
    "url": "http://github.com/cristobal-io/mortgage-calculator/issues",
    "email": "me@cristobal.io"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.10.x"
  },
  "dependencies": {
    "lodash": "3.9.3"
  },
  "devDependencies": {
    "browserify": "11.0.0",
    "chai": "^3.5.0",
    "coveralls": "2.11.3",
    "jscs": "1.13.1",
    "jshint": "2.8.0",
    "mocha": "2.2.5"
  }
}
