UNPKG

insync

Version:

Higher-order functions and common patterns for asynchronous code. Node specific port of async.

37 lines (36 loc) 1.02 kB
{ "name": "insync", "version": "2.1.1", "description": "Higher-order functions and common patterns for asynchronous code. Node specific port of async.", "author": "Continuation Labs <contact@continuation.io> (http://continuation.io/)", "main": "build/index.js", "homepage": "https://github.com/continuationlabs/insync", "repository": { "type": "git", "url": "https://github.com/continuationlabs/insync.git" }, "bugs": { "url": "https://github.com/continuationlabs/insync/issues" }, "license": "BSD-3-Clause", "devDependencies": { "babel": "5.x.x", "code": "1.x.x", "eslint": "1.x.x", "eslint-config-hapi": "3.x.x", "eslint-plugin-hapi": "1.x.x", "lab": "6.x.x" }, "scripts": { "test": "npm run lint && lab -T test/transformer.js -v -t 100 -a code", "compile": "babel lib --out-dir build", "lint": "eslint lib", "prepublish": "npm run compile" }, "keywords": [ "async", "asynchronous", "higher-order", "flow control" ] }