@danielkalen/simplybind
Version:
Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.
26 lines (25 loc) • 612 B
JSON
{
"name": "aurelia-loader",
"version": "1.0.0",
"description": "An abstract module which specifies an interface for loading modules and view templates.",
"keywords": [
"aurelia",
"loader",
"modules"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-loader.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/loader"
},
"dependencies": {
"aurelia-metadata": "^1.0.0",
"aurelia-path": "^1.0.0"
}
}