Skip to content

Instantly share code, notes, and snippets.

@retrofox
Created October 11, 2012 11:56
Show Gist options
  • Save retrofox/3871857 to your computer and use it in GitHub Desktop.
Save retrofox/3871857 to your computer and use it in GitHub Desktop.
Tutorial DataTable - Dependencies
{
"name": "data-table",
"repo": "retrofox/data-table",
"description": "Table data manager. It allow us add/remove rows, sort, pager, and filter.",
"version": "0.1.0",
"keywords": [],
"dependencies": {
"component/inherit": "*",
"component/emitter": "*",
"visionmedia/superagent": "*",
"component/pager": "*"
},
"development": {},
"scripts": [
"index.js",
"template.js"
],
"styles": [
"data-table.css"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment