{
  "name": "finally",
  "version": "0.2.1",
  "description": "sane flow control library",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "github.com/kamicane/finally"
  },
  "dependencies": {
    "prime": "0.4",
    "mout": "0.9"
  },
  "devDependencies": {
    "mocha": "1.x",
    "expect.js": "0.2"
  },
  "keywords": [
    "flow",
    "control"
  ],
  "scripts": {
    "test": "./node_modules/.bin/mocha ./test"
  },
  "author": "Valerio Proietti <kamicane@gmail.com>",
  "license": "MIT"
}
