operations
Version:
A library for managing complex chains of asynchronous operations in Javascript.
24 lines (23 loc) • 481 B
JSON
{
"name": "operations",
"version": "0.1.2",
"homepage": "https://github.com/mtford90/operations.js",
"authors": [
"Michael Ford <mtford@gmail.com>"
],
"description": "A library for managing complex chains of asynchronous operations in Javascript.",
"main": "operations.js",
"keywords": [
"async",
"operation",
"javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}