data-binding
Version:
Data attribute binding and interpolation
39 lines (38 loc) • 833 B
JSON
{
"name": "data-binding",
"version": "0.1.1",
"description": "Data attribute binding and interpolation",
"main": "index.js",
"scripts": {
"test": "zuul -- test/*.js",
"test-local": "zuul --local -- test/*.js"
},
"dependencies": {
"datastore": "^1.0.0",
"indexof": "0.0.1",
"supplant": "~0.1.2",
"trim": "0.0.1"
},
"devDependencies": {
"mocha": "~1.17.1",
"zuul": "~1.5.4",
"domify": "~1.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/bredele/binding.git"
},
"keywords": [
"mvvm",
"model",
"binding",
"data",
"dataset",
"interpolation"
],
"author": "Olivier Wietrich <olivier.wietrich@gmail.com> (http://github.com/bredele)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bredele/binding/issues"
}
}