{
  "name": "currency-market",
  "description": "A synchronous implementation of a limit order based currency market",
  "version": "0.4.2",
  "homepage": "https://github.com/pghalliday/currency-market",
  "author": {
    "name": "Peter Halliday",
    "email": "pghalliday@gmail.com",
    "url": "http://stuffpetedoes.blogspot.nl/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/pghalliday/currency-market.git"
  },
  "bugs": {
    "url": "https://github.com/pghalliday/currency-market/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/pghalliday/currency-market/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/src/",
  "engines": {
    "node": ">= 0.10.4"
  },
  "scripts": {
    "prepublish": "grunt build",
    "test": "grunt",
    "perf": "grunt perf",
    "travis-cov": {
      "threshold": 100
    }
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "~1.7.1",
    "grunt-cli": "~0.1.9",
    "grunt": "~0.4.1",
    "grunt-contrib-coffee": "~0.7.0",
    "grunt-mocha-test": "~0.5.0",
    "grunt-contrib-clean": "~0.4.1",
    "sinon": "~1.7.3",
    "sinon-chai": "~2.4.0",
    "randgen": "~0.0.4",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-blanket": "~0.0.8",
    "travis-cov": "~0.2.4"
  },
  "keywords": [
    "currency",
    "trading",
    "limit order",
    "synchronous",
    "market"
  ]
}
