{
  "name": "prosperity-ofx",
  "version": "0.0.2",
  "description": "An ofx/qfx parser and encoder",
  "keywords": [
    "ofx",
    "qfx",
    "financial",
    "finance",
    "intuit"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha test/**/*.test.js"
  },
  "author": "Eric Kryski <e.kryski@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^1.10.0",
    "mocha": "^2.0.1"
  },
  "dependencies": {
    "lodash": "^2.4.1",
    "xml2js": "^0.4.4"
  }
}
