{
  "name": "waait",
  "version": "1.0.5",
  "description": "A little function to wait",
  "repository": "wesbos/waait",
  "main": "index.js",
  "author": "Wes Bos",
  "license": "MIT",
  "devDependencies": {
    "tape": "^4.9.0"
  },
  "scripts": {
    "test": "node test.js"
  },
  "typings": "./index.d.ts"
}
