{
  "name": "quick-resolve",
  "version": "0.0.1",
  "description": "A Synchronous Promise.resolve. Preserve Sync/Async. Only Go Async If Necessary.",
  "main": "quick-resolve.js",
  "files": [
    "quick-resolve.js"
  ],
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DanielJDufour/quick-resolve.git"
  },
  "keywords": [
    "async",
    "promise",
    "resolve",
    "sync"
  ],
  "author": "Daniel J. Dufour",
  "license": "CC0-1.0",
  "bugs": {
    "url": "https://github.com/DanielJDufour/quick-resolve/issues"
  },
  "homepage": "https://github.com/DanielJDufour/quick-resolve#readme",
  "devDependencies": {
    "flug": "^2.1.0"
  }
}
