bee-js
Version:
Bee is for behavior binding.
27 lines (26 loc) • 456 B
JSON
{
"name": "bee-js",
"version": "1.0.2",
"homepage": "https://github.com/paulschwarz/bee",
"authors": [
"Paul Schwarz <paulsschwarz@gmail.com>"
],
"description": "Bee is for behavior binding",
"main": "src/bee.js",
"moduleType": [
"globals"
],
"keywords": [
"html",
"initializer",
"onready"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}