UNPKG

freeform

Version:

a small asynchronous task order manager

46 lines (45 loc) 917 B
{ "name": "freeform", "description": "a small asynchronous task order manager", "version": "0.2.3", "author": "Eli Skeggs <eskeggs@globesherpa.com>", "main": "./index", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/globesherpa/freeform.git" }, "homepage": "https://github.com/globesherpa/freeform", "bugs": "https://github.com/globesherpa/freeform/issues", "keywords": [ "freeform", "async", "asynchronous", "callback", "before", "after", "order", "orderly", "synchronize", "shutdown", "sequence" ], "dependencies": { "debug": "~0.7.4" }, "devDependencies": { "mocha": "~1.12.0", "expect.js": "~0.2.0" }, "licenses": [ { "type": "MIT", "url": "https://github.com/globesherpa/freeform/blob/master/LICENSE" } ], "engines": { "node": "*" } }