{
  "name": "node-quickfix",
  "version": "2.1.1",
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp build",
    "test": "mocha"
  },
  "main": "index.js",
  "description": "This is a wrapper for the Quickfix C++ library to be used within node.js applications",
  "author": {
    "name": "Kermen Deol",
    "email": "kermen.deol@electronifie.com"
  },
  "devDependencies": {
    "dateformat": "^3.0.2",
    "mocha": "^2.2.5",
    "nan": "^2.8.0",
    "node-gyp": "^3.6.2",
    "should": "^13.2.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/electronifie/node-quickfix"
  },
  "dependencies": {
    "bindings": "^1.3.0"
  }
}
