{
  "name": "ts-money",
  "description": "Typescript port of js-money. Implementation of the Money value object.",
  "version": "0.4.8",
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "author": {
    "name": "Mathew Cormier",
    "email": "mathew.corm@gmail.com"
  },
  "keywords": [
    "money",
    "javascript",
    "currency",
    "typescript"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/macor161/ts-money.git"
  },
  "bugs": {
    "url": "https://github.com/macor161/ts-money/issues"
  },
  "dependencies": {
    "lodash": "^4.17.5"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.64",
    "@types/node": "^7.0.23",
    "chai": "1.x.x",
    "mocha": "^10.0.0",
    "typescript": "^2.3.4"
  },
  "scripts": {
    "build": "./node_modules/.bin/tsc",
    "test": "mocha --reporter spec --require test/bootstrap/node test/*.test.js"
  }
}
