prom
Version:
Simple promises.
22 lines (21 loc) • 396 B
JSON
{
"name": "prom",
"version": "0.0.3",
"description": "Simple promises.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tcr/prom.git"
},
"keywords": [
"promise",
"future",
"deliver",
"later"
],
"author": "Tim Cameron Ryan",
"license": "MIT"
}