Created
October 11, 2012 11:56
-
-
Save retrofox/3871857 to your computer and use it in GitHub Desktop.
Tutorial DataTable - Dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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