Compare commits
98
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
577e32a475 | ||
|
|
5b2fac719f | ||
|
|
d355cc7f93 | ||
|
|
a6f118f487 | ||
|
|
e385b1f06e | ||
|
|
62e098bd34 | ||
|
|
b002ea9e5e | ||
|
|
7263a7a142 | ||
|
|
1b8bfb5d57 | ||
|
|
83dee73b5a | ||
|
|
cba17fd14b | ||
|
|
ceae8d88b0 | ||
|
|
de76eb3233 | ||
|
|
698566dea6 | ||
|
|
7401ba733b | ||
|
|
d13ff44c80 | ||
|
|
8f09105301 | ||
|
|
93a5f4dcfe | ||
|
|
344ce21548 | ||
|
|
c017e3451d | ||
|
|
f02cd59186 | ||
|
|
c89ff50b7b | ||
|
|
d11fa8a756 | ||
|
|
ae34d38c04 | ||
|
|
f46c5634e8 | ||
|
|
885d1fe2ed | ||
|
|
a47c4d51e0 | ||
|
|
7765942382 | ||
|
|
a036b683fc | ||
|
|
0e4ac754c0 | ||
|
|
6950f245cf | ||
|
|
d64e537b19 | ||
|
|
406219d494 | ||
|
|
ae3595f9ae | ||
|
|
ac082dc9b8 | ||
|
|
6463911021 | ||
|
|
70230daa83 | ||
|
|
3d08a5828e | ||
|
|
c6f2884f77 | ||
|
|
fd355ebfa7 | ||
|
|
7e2bead6b9 | ||
|
|
d41cf24bfb | ||
|
|
3dbf56ef8f | ||
|
|
d3cf48f07e | ||
|
|
d2dd4a0ca9 | ||
|
|
9dd9b7768d | ||
|
|
153a178661 | ||
|
|
94ab99ff70 | ||
|
|
d2281c9109 | ||
|
|
e7f9a2ceee | ||
|
|
0cc30e0c3f | ||
|
|
c86c7fee17 | ||
|
|
3a4250cc26 | ||
|
|
7d3357e3e8 | ||
|
|
8d2f0222b9 | ||
|
|
7e51c1551e | ||
|
|
9e23302dfe | ||
|
|
268bc348d9 | ||
|
|
e0b35b1991 | ||
|
|
966892e492 | ||
|
|
2c6b785ed1 | ||
|
|
f338ff69bd | ||
|
|
2589b60687 | ||
|
|
c49dbabeee | ||
|
|
084f836adf | ||
|
|
92b3feb28e | ||
|
|
339ab74137 | ||
|
|
51fdec8abb | ||
|
|
8b23e579a9 | ||
|
|
36146ce10a | ||
|
|
766131b238 | ||
|
|
4c0e2cc812 | ||
|
|
76791892f5 | ||
|
|
04bf0a0fdf | ||
|
|
d30c7699b2 | ||
|
|
362cc4ecd7 | ||
|
|
987676c1e3 | ||
|
|
302c4f9e99 | ||
|
|
3db2dde583 | ||
|
|
a6e2143f1e | ||
|
|
322da933b5 | ||
|
|
2f3428588e | ||
|
|
47ca06f270 | ||
|
|
7ceec1b797 | ||
|
|
f3d1848f19 | ||
|
|
58b8e27ad0 | ||
|
|
041149a34a | ||
|
|
dfe00e3cf5 | ||
|
|
239b8a4530 | ||
|
|
242d952de2 | ||
|
|
38c4f96f6c | ||
|
|
45743472d2 | ||
|
|
53a9906a9c | ||
|
|
5db571aa60 | ||
|
|
02b1256c82 | ||
|
|
d415c8865e | ||
|
|
09d58ff120 | ||
|
|
6c86b71b07 |
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"format": "global"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "socket.io.js"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "src/debug/webgl-debug.js"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "bin/puremvc-typescript-multicore-1.1.js"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "bin/puremvc-typescript-standard-1.0.js"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"main": "ace",
|
||||
"format": "global",
|
||||
"directories": {
|
||||
"lib": "src"
|
||||
"lib": "src-noconflict"
|
||||
},
|
||||
"shim": {
|
||||
"ace": {
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"format": "global",
|
||||
"main": "build/auth0-lock.min",
|
||||
"shim": {
|
||||
"build/auth0-lock.min": {
|
||||
"exports": "Auth0Lock"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"main": "build/hotkeys",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.2.0"
|
||||
},
|
||||
"shim": {
|
||||
"build/hotkeys": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,5 +5,5 @@
|
||||
"exports": "Handlebars"
|
||||
}
|
||||
},
|
||||
"files": ["handlebars.js"]
|
||||
"files": ["handlebars.js", "handlebars.runtime.js"]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "jsol.js"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"index": {
|
||||
"exports": "mongoose"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"main": "TweenMax.js",
|
||||
"directories":{
|
||||
"lib": "src/uncompressed"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"main": "isteven-omni-bar.js",
|
||||
"dependencies": {
|
||||
"css": "^0.1.10"
|
||||
},
|
||||
"shim": {
|
||||
"isteven-omni-bar": {
|
||||
"deps": [
|
||||
"./isteven-omni-bar.css!"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"main": "dist/autosize",
|
||||
"format": "cjs",
|
||||
"registry": "jspm"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"traceur-runtime": {
|
||||
"exports": "$traceurRuntime"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"traceur-runtime": {
|
||||
"exports": "$traceurRuntime"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"traceur": {
|
||||
"exports": "traceur"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"traceur": {
|
||||
"exports": "traceur"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"main": "velocity.js",
|
||||
"files": [
|
||||
"velocity.js",
|
||||
"velocity.min.js",
|
||||
"velocity.ui.js",
|
||||
"velocity.ui.min.js"
|
||||
]
|
||||
}
|
||||
@@ -1,8 +1,10 @@
|
||||
{
|
||||
"main":"src/js/kendo.ui.core",
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"js/kendo.ui.core.min": {
|
||||
"deps": ["jquery"]
|
||||
"src/js/kendo.ui.core": {
|
||||
"deps": ["jquery"],
|
||||
"exports": "kendo"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"main": "dist/svg.min.js",
|
||||
"format": "global"
|
||||
}
|
||||
@@ -2,7 +2,12 @@
|
||||
"main": "js/foundation/foundation",
|
||||
"shim": {
|
||||
"js/foundation/foundation.*": "./foundation",
|
||||
"js/foundation/foundation": ["jquery", "../vendor/custom.modernizr"]
|
||||
"js/foundation/foundation": {
|
||||
"deps": ["jquery", "../vendor/custom.modernizr"]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
},
|
||||
"ignore": [
|
||||
"js/foundation.min.js",
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"exports": "Foundation"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
},
|
||||
"ignore": [
|
||||
"js/foundation.min.js",
|
||||
"js/vendor/jquery.cookie.js",
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"reflect-metadata": "^0.1.0",
|
||||
"zone.js": "^0.5.1",
|
||||
"rx": "2.5.1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"browser": "mocha",
|
||||
"main": "mocha",
|
||||
"shim": {
|
||||
"mocha": {
|
||||
"deps": ["./mocha.css!"],
|
||||
"exports": "mocha"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"css": "*"
|
||||
},
|
||||
"registry": "jspm"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"map" : {
|
||||
"crypto": "@empty"
|
||||
}
|
||||
}
|
||||
+27
-3
@@ -15,6 +15,8 @@
|
||||
"ace": "github:ajaxorg/ace-builds",
|
||||
"adam": "npm:adam",
|
||||
"angular": "github:angular/bower-angular",
|
||||
"angular2": "npm:angular2",
|
||||
"angular2-bootstrap": "npm:angular2-bootstrap",
|
||||
"angular.CQRS": "github:KABA-CCEAC/angular.CQRS",
|
||||
"angular-agility": "github:AngularAgility/AngularAgility",
|
||||
"angular-animate": "github:angular/bower-angular-animate",
|
||||
@@ -24,12 +26,14 @@
|
||||
"angular-breadcrumb": "github:ncuillery/angular-breadcrumb",
|
||||
"angular-cookies": "github:angular/bower-angular-cookies",
|
||||
"angular-decorate": "github:innit/angular-decorate",
|
||||
"angular-decorators": "npm:angular-decorators",
|
||||
"angular-deferred-bootstrap": "github:philippd/bower-angular-deferred-bootstrap",
|
||||
"angular-file-upload": "github:danialfarid/angular-file-upload-bower",
|
||||
"angular-formly": "github:formly-js/angular-formly",
|
||||
"angular-google-maps": "github:angular-ui/angular-google-maps",
|
||||
"angular-http-auth": "github:witoldsz/angular-http-auth",
|
||||
"angular-loading-bar": "github:chieffancypants/angular-loading-bar",
|
||||
"angular-local-storage": "npm:angular-local-storage",
|
||||
"angular-locker": "github:tymondesigns/angular-locker",
|
||||
"angular-material": "github:angular/bower-material",
|
||||
"angular-messages": "github:angular/bower-angular-messages",
|
||||
@@ -109,11 +113,13 @@
|
||||
"bignumber.js": "npm:bignumber.js",
|
||||
"bluebird": "npm:bluebird",
|
||||
"bootstrap": "github:twbs/bootstrap",
|
||||
"bootstrap-less": "github:distros/bootstrap-less",
|
||||
"bootstrap-material": "github:fezVrasta/bootstrap-material-design",
|
||||
"bootstrap-slider": "github:seiyria/bootstrap-slider",
|
||||
"bootstrap-wizard": "github:gwrey/bootstrap-wizard",
|
||||
"breeze": "npm:breeze-client",
|
||||
"buffer": "github:jspm/nodelibs-buffer",
|
||||
"chai": "npm:chai",
|
||||
"chart": "github:nnnick/Chart.js",
|
||||
"child_process": "github:jspm/nodelibs-child_process",
|
||||
"chosen": "github:harvesthq/chosen",
|
||||
@@ -128,8 +134,10 @@
|
||||
"crypto": "github:jspm/nodelibs-crypto",
|
||||
"css-element-queries": "github:marcj/css-element-queries",
|
||||
"curl": "github:cujojs/curl",
|
||||
"cytoscape.js":"github:cytoscape/cytoscape.js",
|
||||
"d3": "github:mbostock/d3",
|
||||
"datatables": "github:DataTables/DataTables",
|
||||
"debug": "github:visionmedia/debug",
|
||||
"decimal.js": "github:MikeMcl/decimal.js",
|
||||
"dgram": "github:jspm/nodelibs-dgram",
|
||||
"di": "github:angular/di.js",
|
||||
@@ -157,6 +165,7 @@
|
||||
"foundation": "github:zurb/bower-foundation",
|
||||
"fs": "github:jspm/nodelibs-fs",
|
||||
"golden-layout": "npm:golden-layout",
|
||||
"greensock": "github:greensock/GreenSock-JS",
|
||||
"hammer": "github:hammerjs/hammer.js",
|
||||
"handlebars": "github:components/handlebars.js",
|
||||
"handlebars.js": "github:components/handlebars.js",
|
||||
@@ -172,6 +181,7 @@
|
||||
"i18next-client": "npm:i18next-client",
|
||||
"icheck": "github:fronteed/iCheck",
|
||||
"immstruct": "npm:immstruct",
|
||||
"immutable": "npm:immutable",
|
||||
"infamous": "npm:infamous",
|
||||
"intro": "github:usablica/intro.js",
|
||||
"ionic": "github:driftyco/ionic-bower",
|
||||
@@ -191,8 +201,10 @@
|
||||
"jquery-validation": "github:jzaefferer/jquery-validation",
|
||||
"jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive",
|
||||
"js-beautify": "github:beautify-web/js-beautify",
|
||||
"js-deco": "github:gooy/js-deco",
|
||||
"js.edgar": "npm:js.edgar",
|
||||
"jsfromhell": "github:jonasraoni/JSFromHell",
|
||||
"jsol": "github:daepark/JSOL",
|
||||
"jsplumb": "github:sporritt/jsPlumb",
|
||||
"js-scrypt": "github:tonyg/js-scrypt",
|
||||
"kickstrap": "github:ajkochanowicz/Kickstrap",
|
||||
@@ -201,6 +213,7 @@
|
||||
"kendo-ui": "github:kendo-labs/bower-kendo-ui",
|
||||
"knockout": "github:knockout/knockout",
|
||||
"knockout-validation": "github:Knockout-Contrib/Knockout-Validation",
|
||||
"leaflet": "github:Leaflet/Leaflet",
|
||||
"less.js": "github:distros/less",
|
||||
"lightbox2": "github:lokesh/lightbox2",
|
||||
"localforage": "npm:localforage",
|
||||
@@ -209,16 +222,19 @@
|
||||
"marionette": "github:marionettejs/backbone.marionette",
|
||||
"masonry": "github:desandro/masonry",
|
||||
"material-design-icons": "github:google/material-design-icons",
|
||||
"materialize": "github:dogfalo/materialize",
|
||||
"materialize": "github:Dogfalo/materialize",
|
||||
"meld": "github:cujojs/meld",
|
||||
"microplugin": "npm:microplugin",
|
||||
"minivents": "github:allouis/minivents",
|
||||
"mithril": "npm:mithril",
|
||||
"mixing": "npm:mixing",
|
||||
"mocha": "npm:mocha",
|
||||
"modernizr": "github:Modernizr/Modernizr",
|
||||
"module": "github:jspm/nodelibs-module",
|
||||
"moment": "github:moment/moment",
|
||||
"moment-json-parser": "npm:moment-json-parser",
|
||||
"mongoose": "github:gavinaiken/mongoose-browser",
|
||||
"moonridge-client": "github:capaj/Moonridge-client",
|
||||
"mq4-hover-shim": "npm:mq4-hover-shim",
|
||||
"msgs": "github:cujojs/msgs",
|
||||
"mustache": "github:janl/mustache.js",
|
||||
@@ -251,6 +267,8 @@
|
||||
"prism": "github:LeaVerou/prism",
|
||||
"process": "github:jspm/nodelibs-process",
|
||||
"punycode": "github:jspm/nodelibs-punycode",
|
||||
"puremvc-standard": "github:PureMVC/puremvc-typescript-standard-framework",
|
||||
"puremvc-multicore": "github:PureMVC/puremvc-typescript-multicore-framework",
|
||||
"querystring": "github:jspm/nodelibs-querystring",
|
||||
"quint": "github:jquery/qunit",
|
||||
"rangy": "github:timdown/rangy-release",
|
||||
@@ -260,6 +278,7 @@
|
||||
"react": "npm:react",
|
||||
"react-router": "npm:react-router",
|
||||
"readline": "github:jspm/nodelibs-readline",
|
||||
"reflect-metadata": "npm:reflect-metadata",
|
||||
"reflux": "npm:reflux",
|
||||
"regenerator": "npm:regenerator",
|
||||
"repl": "github:jspm/nodelibs-repl",
|
||||
@@ -277,14 +296,16 @@
|
||||
"showdown": "github:showdownjs/showdown",
|
||||
"sifter": "github:brianreavis/sifter.js",
|
||||
"skrollr": "github:Prinzhorn/skrollr",
|
||||
"snap.svg": "github:adobe-webplatform/Snap.svg",
|
||||
"sockjs-client": "github:sockjs/sockjs-client",
|
||||
"socket.io-client": "npm:socket.io-client",
|
||||
"socket.io-client": "github:Automattic/socket.io-client",
|
||||
"socket.io-rpc-client": "github:capaj/socket.io-rpc-client",
|
||||
"spin": "github:fgnass/spin.js",
|
||||
"stomp-websocket": "github:jmesnil/stomp-websocket",
|
||||
"stream": "github:jspm/nodelibs-stream",
|
||||
"string_decoder": "github:jspm/nodelibs-string_decoder",
|
||||
"superagent": "npm:superagent",
|
||||
"svg.js" : "github:wout/svg.js",
|
||||
"tabletools": "github:DataTables/TableTools",
|
||||
"teo": "npm:teo",
|
||||
"three.js": "github:mrdoob/three.js",
|
||||
@@ -299,7 +320,8 @@
|
||||
"tls": "github:jspm/nodelibs-tls",
|
||||
"traceur": "github:jmcriffey/bower-traceur",
|
||||
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime",
|
||||
"typescript": "github:mhegazy/typescript",
|
||||
"traverse": "npm:traverse",
|
||||
"typescript": "github:mhegazy/typescript",
|
||||
"tty": "github:jspm/nodelibs-tty",
|
||||
"twitter": "npm:twitter",
|
||||
"typeahead": "github:twitter/typeahead.js",
|
||||
@@ -310,6 +332,8 @@
|
||||
"url": "github:jspm/nodelibs-url",
|
||||
"util": "github:jspm/nodelibs-util",
|
||||
"vm": "github:jspm/nodelibs-vm",
|
||||
"vdom-virtualize": "npm:vdom-virtualize",
|
||||
"velocity": "github:julianshapiro/velocity",
|
||||
"vertxbus": "github:larrytin/bower-vertxbus",
|
||||
"virtual-dom": "npm:virtual-dom",
|
||||
"vue": "npm:vue",
|
||||
|
||||
Reference in New Issue
Block a user