public
Description: Data Binding Plugin for jQuery
Homepage:
Clone URL: git://github.com/raid-ox/chain.js.git
chain.js / project.js
100644 7 lines (7 sloc) 0.173 kb
1
2
3
4
5
6
7
var project =
{
name: 'Chain.js',
description: 'jQuery Plugin for Data Binding',
version: '0.2',
sources: ['core.js', 'update.js', 'chain.js', 'item.js', 'items.js']
};