1{
2  "name": "async-value-promise",
3  "version": "1.1.1",
4  "description": "Creates a value/error pair to mimic promise behavior",
5  "author": "Stephen Belanger <admin@stephenbelanger.com> (https://github.com/qard)",
6  "license": "MIT",
7  "main": "index.js",
8  "scripts": {
9    "bench": "node benchmark.js",
10    "test": "tap test.js"
11  },
12  "keywords": [
13    "async",
14    "value",
15    "container",
16    "promise"
17  ],
18  "homepage": "https://github.com/Qard/async-value-promise#readme",
19  "repository": {
20    "type": "git",
21    "url": "git+https://github.com/Qard/async-value-promise.git"
22  },
23  "bugs": {
24    "url": "https://github.com/Qard/async-value-promise/issues"
25  },
26  "dependencies": {
27    "async-value": "^1.2.2"
28  },
29  "devDependencies": {
30    "benchmark-fn-list": "^1.0.0",
31    "benchmark-fn-pretty-print": "^1.0.0",
32    "tap": "^11.1.2"
33  }
34}
35