{
  "name": "memoblock",
  "description": "Write super-clean async code with promises.",
  "keywords": [
    "promises",
    "flow-control",
    "waterfall",
    "async"
  ],
  "version": "0.3.5",
  "author": "Meryn Stol <merynstol@gmail.com>",
  "homepage": "https://github.com/meryn/memoblock",
  "bugs": "https://github.com/meryn/memoblock/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/meryn/memoblock.git"
  },
  "private": false,
  "dependencies": {
    "faithful": "0.6.x"
  },
  "devDependencies": {
    "coffee-script": "~1.6.2",
    "mocha": "~1.9.0"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "0.10.x",
    "npm": "1.2.x"
  },
  "main": "lib/memoblock.js",
  "scripts": {
    "prepublish": "npm test",
    "pretest": "make build",
    "test": "make test"
  }
}
