@danielkalen/simplybind
Version:
Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.
26 lines (25 loc) • 616 B
JSON
{
"name": "aurelia-task-queue",
"version": "1.0.0",
"description": "A simple task queue for the browser that enables the queuing of both standard tasks and micro tasks.",
"keywords": [
"aurelia",
"queue",
"task",
"micro task"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-task-queue.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/task-queue"
},
"dependencies": {
"aurelia-pal": "^1.0.0"
}
}