UNPKG

qjs

Version:

Use the await keyword with Q promises to tame your async code

34 lines (33 loc) 649 B
{ "name": "qjs", "version": "0.0.2", "description": "Use the await keyword with Q promises to tame your async code", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "q": "~0.8.6", "mustache": "~0.5.2" }, "devDependencies": { "should": "*", "mocha": "*" }, "scripts": { "prepublish": "mocha", "test": "mocha -R spec" }, "repository": { "type": "git", "url": "https://github.com/ForbesLindesay/QJS.git" }, "keywords": [ "async", "Q", "promise", "compile" ], "author": "ForbesLindesay", "license": "BSD" }