{
  "name": "auction",
  "version": "0.1.13",
  "description": "Easy way to create auctions",
  "author": {
    "name": "Jonathan Brumley",
    "email": "cayasso@gmail.com"
  },
  "main": "./node/index",
  "scripts": {
    "test": "make test",
    "prepublish": "make"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cayasso/auction.git"
  },
  "keywords": [
    "bid",
    "bidder",
    "auction",
    "auctioneer",
    "trade",
    "market",
    "sale",
    "ebay"
  ],
  "dependencies": {
    "babel": "^5.8.23",
    "cuid": "^1.3.8",
    "debug": "^2.2.0",
    "eventemitter3": "^1.1.1",
    "lodash": "^3.10.1",
    "predefine": "^0.1.2"
  },
  "devDependencies": {
    "mocha": "~2.3.2",
    "pre-commit": "^1.1.1",
    "should": "~7.1.0"
  }
}
