lagash-async
Version:
Lagash simple promise wrapper for async functions.
35 lines (34 loc) • 727 B
JSON
{
"name": "lagash-async",
"version": "0.1.1",
"description": "Lagash simple promise wrapper for async functions.",
"main": "js/index.js",
"typings": "js/index",
"files": [
"js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zlash/lagash-async.git"
},
"keywords": [
"typescript",
"ts",
"async",
"promise",
"wrapper",
"lagash"
],
"author": "Pablo Zaidenvoren",
"license": "MIT",
"bugs": {
"url": "https://github.com/zlash/lagash-async/issues"
},
"homepage": "https://github.com/zlash/lagash-async#readme",
"dependencies": {
"@types/node": "^6.0.37"
}
}