Merge pull request #147 from michaeldjeffrey/master
Add DataTables TableToolst to registry
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"directories": {
|
||||||
|
"lib": "src"
|
||||||
|
},
|
||||||
|
"main": "dataTables.tableTools",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "*",
|
||||||
|
"datatables": "^1.9.0"
|
||||||
|
},
|
||||||
|
"registry": "jspm",
|
||||||
|
"shim": {
|
||||||
|
"dataTables.tableTools": {
|
||||||
|
"deps": ["jquery", "datatables"],
|
||||||
|
"imports": "jquery",
|
||||||
|
"exports": "TableTools"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -170,6 +170,7 @@
|
|||||||
"spin": "github:fgnass/spin.js",
|
"spin": "github:fgnass/spin.js",
|
||||||
"stream": "github:jspm/nodelibs-stream",
|
"stream": "github:jspm/nodelibs-stream",
|
||||||
"string_decoder": "github:jspm/nodelibs-string_decoder",
|
"string_decoder": "github:jspm/nodelibs-string_decoder",
|
||||||
|
"tabletools": "github:DataTables/TableTools",
|
||||||
"theseus": "npm:theseus",
|
"theseus": "npm:theseus",
|
||||||
"theseus-angular": "npm:theseus-angular",
|
"theseus-angular": "npm:theseus-angular",
|
||||||
"timers": "github:jspm/nodelibs-timers",
|
"timers": "github:jspm/nodelibs-timers",
|
||||||
|
|||||||
Reference in New Issue
Block a user