bee-js
Version:
Bee is for behavior binding.
44 lines (43 loc) • 956 B
JSON
{
"name": "bee-js",
"version": "1.0.2",
"description": "Bee is for behavior binding.",
"main": "src/bee.js",
"repository": {
"type": "git",
"url": "git+https://github.com/paulschwarz/bee.git"
},
"keywords": [
"behavior",
"binding",
"dom",
"html",
"widget",
"component",
"jquery",
"mootools"
],
"author": "Paul Schwarz",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulschwarz/bee/issues"
},
"homepage": "https://github.com/paulschwarz/bee",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.5.0",
"grunt-karma": "^0.12.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}