@@ -0,0 +1,24 @@
|
||||
{
|
||||
"directories": {
|
||||
"lib": "media"
|
||||
},
|
||||
"main": "js/jquery.dataTables",
|
||||
"files": [
|
||||
"media/js/jquery.dataTables.js",
|
||||
"media/js/jquery.dataTables.min.js",
|
||||
"media/css/jquery.dataTables.css",
|
||||
"media/css/jquery.dataTables.min.css",
|
||||
"media/images"
|
||||
],
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"jquery": "*",
|
||||
"css": "*"
|
||||
},
|
||||
"shim": {
|
||||
"js/jquery.dataTables": {
|
||||
"deps": ["jquery", "../css/jquery.dataTables.css!"],
|
||||
"exports": "$"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"directories": {
|
||||
"lib": "js"
|
||||
},
|
||||
"main": "dataTables.tableTools",
|
||||
"dependencies": {
|
||||
"jquery": "*",
|
||||
"datatables": "^1.9.0"
|
||||
},
|
||||
"registry": "jspm",
|
||||
"shim": {
|
||||
"dataTables.tableTools": {
|
||||
"deps": ["jquery", "datatables"],
|
||||
"imports": "jquery",
|
||||
"exports": "TableTools"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"main": "./happy.js",
|
||||
"registry": "jspm",
|
||||
"shim": {
|
||||
"happy": {
|
||||
"deps": [
|
||||
"jquery"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "jquery@^2.1.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"main": "./dist/jquery.validate.js",
|
||||
"registry": "jspm",
|
||||
"shim": {
|
||||
"jquery-validation": {
|
||||
"deps": [
|
||||
"jquery"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "*"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"directories": {
|
||||
"lib": "build"
|
||||
},
|
||||
"main": "ng-infinite-scroll",
|
||||
"shim": {
|
||||
"ng-infinite-scroll": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.2.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"map": {
|
||||
"keygrip": "@empty"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"shim": {
|
||||
"pretender": {
|
||||
"deps": ["route-recognizer", "fake-xml-http-request"],
|
||||
"exports": "Pretender"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"format": "global"
|
||||
}
|
||||
@@ -73,6 +73,7 @@
|
||||
"crypto": "github:jspm/nodelibs-crypto",
|
||||
"curl": "github:cujojs/curl",
|
||||
"d3": "github:mbostock/d3",
|
||||
"datatables": "github:DataTables/DataTables",
|
||||
"decimal.js": "github:MikeMcl/decimal.js",
|
||||
"dgram": "github:jspm/nodelibs-dgram",
|
||||
"di": "github:angular/di.js",
|
||||
@@ -94,6 +95,7 @@
|
||||
"hammer": "github:hammerjs/hammer.js",
|
||||
"handlebars": "github:components/handlebars.js",
|
||||
"handlebars.js": "github:components/handlebars.js",
|
||||
"happy": "github:henrikjoreteg/Happy.js",
|
||||
"http": "github:jspm/nodelibs-http",
|
||||
"https": "github:jspm/nodelibs-https",
|
||||
"i18next-client": "npm:i18next-client",
|
||||
@@ -108,6 +110,7 @@
|
||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||
"jquery.cookie": "github:carhartl/jquery-cookie",
|
||||
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
||||
"jquery-validation": "github:jzaefferer/jquery-validation",
|
||||
"jsfromhell": "github:jonasraoni/JSFromHell",
|
||||
"jsplumb": "github:sporritt/jsPlumb",
|
||||
"kickstrap": "github:ajkochanowicz/Kickstrap",
|
||||
@@ -123,10 +126,12 @@
|
||||
"modernizr": "github:Modernizr/Modernizr",
|
||||
"module": "github:jspm/nodelibs-module",
|
||||
"moment": "github:moment/moment",
|
||||
"moment-json-parser": "npm:moment-json-parser",
|
||||
"mq4-hover-hover-shim": "npm:mq4-hover-hover-shim",
|
||||
"msgs": "github:cujojs/msgs",
|
||||
"mustache": "github:janl/mustache.js",
|
||||
"net": "github:jspm/nodelibs-net",
|
||||
"ng-infinite-scroll": "github:sroze/ngInfiniteScroll",
|
||||
"ng-multi-transclude": "github:zachsnow/ng-multi-transclude",
|
||||
"ng-sortable": "github:a5hik/ng-sortable",
|
||||
"nodelibs": "github:jspm/nodelibs",
|
||||
@@ -141,6 +146,7 @@
|
||||
"poly": "github:cujojs/poly",
|
||||
"postal": "npm:postal",
|
||||
"pouchdb": "github:pouchdb/pouchdb",
|
||||
"pretender": "npm:pretender",
|
||||
"prism": "github:LeaVerou/prism",
|
||||
"process": "github:jspm/nodelibs-process",
|
||||
"punycode": "github:jspm/nodelibs-punycode",
|
||||
@@ -164,6 +170,7 @@
|
||||
"spin": "github:fgnass/spin.js",
|
||||
"stream": "github:jspm/nodelibs-stream",
|
||||
"string_decoder": "github:jspm/nodelibs-string_decoder",
|
||||
"tabletools": "github:DataTables/TableTools",
|
||||
"theseus": "npm:theseus",
|
||||
"theseus-angular": "npm:theseus-angular",
|
||||
"timers": "github:jspm/nodelibs-timers",
|
||||
|
||||
Reference in New Issue
Block a user