{
  "name": "downpayments",
  "version": "0.0.1",
  "description": "personal finance utilities",
  "main": "bundle.js",
  "scripts": {
    "build": "browserify src/index.js -o bundle.js",
    "build:watch": "watchify src/index.js -o bundle.js",
    "prepublish": "npm run build",
    "test": "tape 'test/**/*.js'",
    "test:watch": "tape-watch 'test/**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jmarthernandez/downpayments.git"
  },
  "author": "Justin Hernandez <jmarthernandez@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jmarthernandez/downpayments/issues"
  },
  "homepage": "https://github.com/jmarthernandez/downpayments#readme",
  "dependencies": {
    "browserify": "^14.4.0",
    "tape": "^4.8.0",
    "tape-watch": "^2.3.0",
    "watchify": "^3.9.0"
  }
}
