UNPKG

jspipe

Version:

JS/Pipe - coordinating asynchronous code without callbacks or chained functions

55 lines (45 loc) 1.2 kB
{ "name": "jspipe", "version": "0.1.2", "description": "JS/Pipe - coordinating asynchronous code without callbacks or chained functions", "main": "jspipe.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/jspipe/jspipe.git" }, "main": "./dist-es6/commonjs/jspipe.js", "engines": { "node": ">=0.11" }, "keywords": [ "asynchronous", "concurrent", "callback", "promises", "chain", "goroutine", "channel", "es6", "generator" ], "author": "Joubert Nel", "license": "MIT", "bugs": { "url": "https://github.com/jspipe/jspipe/issues" }, "devDependencies": { "grunt": "*", "regenerator": "*", "grunt-contrib-watch": "*", "grunt-contrib-jshint": "*", "grunt-contrib-jasmine": "*", "grunt-contrib-clean": "*", "grunt-es6-module-transpiler": "*", "grunt-markdox": "*", "sweet.js": "*" }, "homepage": "http://jspipe.org" }