@danielkalen/simplybind
Version:
Magically simple, framework-less one-way/two-way data binding for frontend/backend in ~5kb.
21 lines (20 loc) • 524 B
JSON
{
"name": "aurelia-logging",
"version": "1.0.0",
"description": "A minimal but effective logging mechanism with support for log levels and pluggable log appenders.",
"keywords": [
"aurelia",
"logging"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-logging.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/logging"
}
}