{
  "name": "nicely",
  "description": "a minimalist asynchronous handler, inspired by _.after from underscore.",
  "version": "0.1.5",
  "author": "Eli Skeggs <skeggse@gmail.com>",
  "main": "./index",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/skeggse/nicely.git"
  },
  "homepage": "https://github.com/skeggse/nicely",
  "bugs": "https://github.com/skeggse/nicely/issues",
  "keywords": [
    "nicely",
    "async",
    "asynchronous",
    "callback"
  ],
  "dependencies": {},
  "devDependencies": {
    "mocha": "~1.12.0",
    "expect.js": "~0.2.0",
    "sinon": "~1.7.3"
  },
  "licenses": [
    {
      "type": "unlicense",
      "url": "https://github.com/skeggse/nicely/blob/master/UNLICENSE"
    }
  ],
  "engines": {
    "node": "*"
  }
}
