{
  "name": "tiny-defer",
  "version": "2.0.2",
  "description": "Tiny Deferred for Client or Server",
  "main": "lib/tiny-defer.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/avoidwork/tiny-defer.git"
  },
  "keywords": [
    "es6",
    "unboxed",
    "promise",
    "deferred",
    "defer"
  ],
  "author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/avoidwork/tiny-defer/issues"
  },
  "homepage": "https://github.com/avoidwork/tiny-defer",
  "engineStrict": true,
  "engines": {
    "node": ">=4.0.0"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.4",
    "babel-preset-es2015": "^6.1.2",
    "grunt": "^0.4.5",
    "grunt-babel": "^6.0.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-eslint": "^17.1.0"
  }
}
