{
  "name": "matefixjs",
  "description": "FIX Protocol library",
  "version": "0.5.0",
  "author": "Mate Hegedus <matehegedus19@gmail.com>",
  "main": "fix",
  "keywords": [
    "fix",
    "financial",
    "protocol",
    "exchange",
    "quickfix"
  ],
  "dependencies": {
    "xml2js": "0.1.13",
    "moment": "1.7.2",
    "through2": "0.6.3"
  },
  "devDependencies": {
    "mocha": "2.1.0",
    "after": "0.6.0",
    "duplexer2": "0.0.2"
  },
  "scripts": {
    "test": "mocha --reporter spec -- test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hmate9/fixjs.git"
  }
}
