Merge remote-tracking branch 'jspm/master'

This commit is contained in:
Tim Kuminecz
2016-05-17 01:44:44 -04:00
72 changed files with 1001 additions and 25 deletions
@@ -0,0 +1,16 @@
{
"main": "js/materialize",
"format": "global",
"shim": {
"js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
]
}
},
"dependencies": {
"jquery": "*",
"css": "*"
}
}
@@ -12,7 +12,7 @@
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
"jquery": "*",
"css": "*"
}
}
@@ -0,0 +1,11 @@
{
"main": "js/tether",
"directories": {
"lib": "dist"
},
"shim": {
"js/tether": {
"exports": "Tether"
}
}
}
@@ -1,3 +0,0 @@
{
"main": ["schema-form.min.js", "bootstrap-decorator.min.js"]
}
@@ -7,6 +7,14 @@
"shim": {
"ace": {
"exports": "ace"
},
"*": {
"deps": [
"ace/ace"
]
}
},
"map": {
"ace": "."
}
}
@@ -0,0 +1,11 @@
{
"main": "dist/js/app.js",
"dependencies": {
"jquery": "^2.2.1"
},
"shim": {
"dist/js/app": {
"deps": ["jquery"]
}
}
}
@@ -0,0 +1,16 @@
{
"dependencies": {
"css": "*",
"angular": "^1.3"
},
"main": "dist/select",
"registry": "jspm",
"shim": {
"dist/select": {
"deps": [
"angular",
"./select.css!"
]
}
}
}
@@ -0,0 +1,12 @@
{
"main": "angular-messages",
"shim": {
"angular-messages": {
"deps": ["angular"]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.5.0"
}
}
@@ -0,0 +1,20 @@
{
"main": "angular-material",
"shim": {
"angular-material": {
"deps": [
"./angular-material.css!",
"angular",
"angular-animate",
"angular-aria"
]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"css": "^0.1.0"
}
}
@@ -0,0 +1,12 @@
{
"main": "dist/ag-grid.js",
"shim": {
"dist/ag-grid": {
"deps": ["./dist/styles/ag-grid.css!"]
}
},
"registry": "jspm",
"dependencies": {
"css": "*"
}
}
@@ -0,0 +1,7 @@
{
"main": "dist/knockout-select2",
"dependencies": {
"jquery": "npm:jquery@^2.2.0",
"knockout": "github:knockout/knockout@^3.3.0"
}
}
@@ -0,0 +1,3 @@
{
"main": "dist/masonry.pkgd"
}
@@ -0,0 +1,9 @@
{
"main": false,
"files": [
"css/**.css",
"fonts/*",
"less/*",
"scss/*"
]
}
@@ -0,0 +1,16 @@
{
"main": "dist/angularfire.js",
"shim": {
"dist/angularfire": {
"deps": [
"firebase",
"angular"
]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.3.0",
"firebase": "^2.0.0"
}
}
@@ -0,0 +1,5 @@
{
"directories": {
"lib": "src/uncompressed"
}
}
@@ -0,0 +1,11 @@
{
"main": false,
"dependencies": {
"jquery": "npm:jquery",
"jqueryui": "github:components/jqueryui",
"knockout": "github:knockout/knockout"
},
"map": {
"jquery-ui": "jqueryui/ui"
}
}
@@ -0,0 +1,14 @@
{
"main": "dist/handsontable.full",
"dependencies": {
"css": "*"
},
"shim": {
"dist/handsontable.full": {
"exports": "Handsontable",
"deps": [
"handsontable/handsontable/dist/handsontable.full.css!"
]
}
}
}
@@ -2,7 +2,7 @@
"main": "chosen.jquery",
"files": ["chosen.jquery.js","chosen.jquery.min.js", "chosen.min.css","chosen.css", "chosen-sprite.png", "chosen-sprite@2x.png"],
"dependencies": {
"jquery": "github:components/jquery"
"jquery": "*"
},
"shim": {
"chosen.jquery": ["./chosen.css!", "jquery"],
@@ -0,0 +1,15 @@
{
"registry": "jspm",
"main": "chardinjs",
"format": "global",
"shim": {
"chardinjs": [
"jquery",
"./chardinjs.css!"
]
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}
@@ -0,0 +1,3 @@
{
"main": "lib/highcharts.src"
}
@@ -0,0 +1,9 @@
{
"main": "snap.js",
"dependencies": {
"css": "github:systemjs/plugin-css@^0.1.20"
},
"shim": {
"snap": ["./snap.css!"]
}
}
@@ -0,0 +1,13 @@
{
"main": "toaster",
"dependencies": {
"css": "jspm:css@*"
},
"shim": {
"toaster": {
"deps": [
"./toaster.css!"
]
}
}
}
@@ -0,0 +1,8 @@
{
"main": "./dist/material-design-icons.css!",
"format": "global",
"registry": "github",
"dependencies": {
"css": "github:systemjs/plugin-css"
}
}
@@ -0,0 +1,25 @@
{
"main": "js/fileinput",
"format": "global",
"dependencies": {
"jquery": "*",
"bootstrap": "github:twbs/bootstrap",
"css": "*",
"blueimp-canvas-to-blob":"npm:blueimp-canvas-to-blob"
},
"files": [
"js/fileinput.js",
"js/fileinput.min.js",
"css/fileinput.css",
"css/fileinput.min.css",
"img/loading.gif",
"img/loading-sm.gif"
],
"registry": "jspm",
"shim": {
"js/fileinput": {
"deps": ["jquery", "bootstrap", "blueimp-canvas-to-blob", "../css/fileinput.css!"],
"exports": "$"
}
}
}
@@ -0,0 +1,15 @@
{
"main": "chosen",
"dependencies": {
"angular": "^1.2.0",
"chosen": "^1.1.0"
},
"shim": {
"chosen": {
"deps": [
"angular",
"chosen"
]
}
}
}
@@ -0,0 +1,15 @@
{
"main": "dist/angular-chosen",
"dependencies": {
"angular": "^1.2.0",
"chosen": "^1.1.0"
},
"shim": {
"chosen": {
"deps": [
"angular",
"chosen"
]
}
}
}
@@ -6,7 +6,7 @@
"registry": "jspm",
"dependencies": {
"angular": "^1.2.0",
"lodash": "*"
"lodash": "^3.10.1"
},
"shim": {
"restangular": {
@@ -0,0 +1,12 @@
{
"main": "Chart",
"files": ["Chart.js"],
"shim": {
"Chart.js": {
"deps": ["moment"]
}
},
"dependencies": {
"moment": "*"
}
}
@@ -0,0 +1,8 @@
{
"main": "dist/metisMenu",
"shim": {
"dist/metisMenu": [
"jquery"
]
}
}
@@ -0,0 +1,12 @@
{
"main": "ol",
"dependencies": {
"css": "jspm:css@*"
},
"shim": {
"ol": {
"deps": ["./ol.css!"]
}
}
}
@@ -0,0 +1,3 @@
{
"main": "src/enumify"
}
@@ -0,0 +1,16 @@
{
"files": [
"build/knockout-sortable.js",
"build/knockout-sortable.min.js"
],
"main": "build/knockout-sortable.js",
"dependencies": {
"jquery": "github:components/jquery@^2.1.4",
"jquery-ui": "github:components/jqueryui@^1.11.4",
"knockout": "github:knockout/knockout@^3.3.0"
},
"map": {
"jquery-ui/draggable": "jquery-ui/ui/draggable",
"jquery-ui/sortable": "jquery-ui/ui/sortable"
}
}
@@ -0,0 +1,6 @@
{
"main": "js/select2",
"dependencies": {
"jquery": "npm:jquery@^2.2.0"
}
}
@@ -0,0 +1,221 @@
{
"main": "core.js",
"format": "global",
"directories": {
"lib": "components"
},
"shim": {
"aes": {
"deps": [
"cryptojs/enc-base64.js",
"cryptojs/md5.js",
"cryptojs/evpkdf.js",
"cryptojs/cipher-core.js"
],
"exports": "CryptoJS.lib.BlockCipher.AES"
},
"cipher-core": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS"
},
"core": {
"exports": "CryptoJS"
},
"enc-base64": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.enc.Base64"
},
"enc-utf16": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.enc.Utf16LE"
},
"evpkdf": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.algo.EvpKDF"
},
"format-hex": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.format.Hex"
},
"hmac": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.algo.HMAC"
},
"lib-typedarrays": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.lib.WordArray"
},
"md5": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.MD5"
},
"mode-cfb": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.mode.CFB"
},
"mode-ctr": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.mode.CTR"
},
"mode-ctr-gladman": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.mode.CTRGladman"
},
"mode-ecb": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.mode.ECB"
},
"mode-ofb": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.mode.OFB"
},
"pad-ansix923": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.pad.AnsiX923"
},
"pad-iso10126": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.pad.Iso10126"
},
"pad-iso97971": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.pad.Iso97971"
},
"pad-nopadding": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.pad.NoPadding"
},
"pad-zeropadding": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.pad.ZeroPadding"
},
"pbkdf2": {
"deps": [
"cryptojs/sha1.js",
"cryptojs/hmac.js"
],
"exports": "CryptoJS.PBKDF2"
},
"rabbit": {
"deps": [
"cryptojs/enc-base64.js",
"cryptojs/md5.js",
"cryptojs/evpkdf.js",
"cryptojs/cipher-core.js"
],
"exports": "CryptoJS.Rabbit"
},
"rabbit-legacy": {
"deps": [
"cryptojs/enc-base64.js",
"cryptojs/md5.js",
"cryptojs/evpkdf.js",
"cryptojs/cipher-core.js"
],
"exports": "CryptoJS.RabbitLegacy"
},
"rc4": {
"deps": [
"cryptojs/enc-base64.js",
"cryptojs/md5.js",
"cryptojs/evpkdf.js",
"cryptojs/cipher-core.js"
],
"exports": "CryptoJS.lib.StreamCipher.RC4"
},
"RIPEMD160": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.RIPEMD160"
},
"sha1": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.SHA1"
},
"sha224": {
"deps": [
"cryptojs/sha256.js"
],
"exports": "CryptoJS.SHA224"
},
"sha256": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS.SHA256"
},
"sha3": {
"deps": [
"cryptojs/x64-core.js"
],
"exports": "CryptoJS.SHA3"
},
"sha384": {
"deps": [
"cryptojs/x64-core.js",
"cryptojs/sha512.js"
],
"exports": "CryptoJS.SHA384"
},
"sha512": {
"deps": [
"cryptojs/x64-core.js"
],
"exports": "CryptoJS.SHA512"
},
"tripledes": {
"deps": [
"cryptojs/enc-base64.js",
"cryptojs/md5.js",
"cryptojs/evpkdf.js",
"cryptojs/cipher-core.js"
],
"exports": "CryptoJS.lib.BlockCipher.TripleDES"
},
"x64-core": {
"deps": [
"cryptojs/core.js"
],
"exports": "CryptoJS"
}
}
}
@@ -0,0 +1,11 @@
{
"registry": "jspm",
"main": "js/tag-it",
"shim": { "js/tag-it":
{ "deps": ["jquery","jquery-ui","../css/jquery.tagit.css!"],
"exports":"$" } },
"dependencies": { "jquery": "*",
"jquery-ui":"jspm:jqueryui@^1.8",
"css":"github:systemjs/plugin-css"},
"format": "global"
}
@@ -0,0 +1,12 @@
{
"dependencies": {
"leaflet": "^0.7.7"
},
"meta": {
"dist/angular-leaflet-directive.js": {
"globals": {
"L": "leaflet"
}
}
}
}
@@ -7,7 +7,7 @@
}
},
"dependencies": {
"jquery": "github:components/jquery"
"jquery": "*"
},
"files": ["dist", "fonts", "js", "css", "less", "grunt", "LICENSE"],
"systemjs": {
@@ -0,0 +1,23 @@
{
"main": "js/bootstrap",
"files": null,
"ignore": [
"dist/js/npm"
],
"directories": {
"lib": "dist"
},
"shim": {
"js/bootstrap": {
"deps": [
"jquery",
"tether"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "*",
"tether": "github:HubSpot/tether@^1.1.1"
}
}
@@ -0,0 +1,20 @@
{
"main": "dist/js/bootstrap",
"files": null,
"ignore": [
"dist/js/npm"
],
"shim": {
"dist/js/bootstrap": {
"deps": [
"jquery",
"tether"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "*",
"tether": "github:HubSpot/tether@^1.1.1"
}
}
@@ -0,0 +1,18 @@
{
"main": "angular-spinner",
"format": "amd",
"dependencies": {
"angular": "^1.3.0",
"spin": "^2.3.2"
},
"registry": "jspm",
"shim": {
"angular-spinner": {
"deps": [
"angular",
"spin"
],
"format": "global"
}
}
}
@@ -0,0 +1,13 @@
{
"main": "dist/foundation",
"files": ["dist", "assets", "js", "scss"],
"shim": {
"dist/foundation": {
"deps": "jQuery",
"exports": "Foundation"
}
},
"dependencies": {
"jQuery": "github:components/jquery"
}
}
@@ -0,0 +1,22 @@
{
"main": false,
"dependencies": {
"reflect-metadata": "npm:reflect-metadata@0.1.2",
"rxjs": "npm:rxjs@^5.0.0-beta.2",
"zone.js": "npm:zone.js@^0.6.6"
},
"peerDependencies": {
"reflect-metadata": "npm:reflect-metadata@0.1.2",
"rxjs": "npm:rxjs@^5.0.0-beta.2",
"zone.js": "npm:zone.js@^0.6.6"
},
"jspmNodeConversion": false,
"map": {
"crypto": "@empty"
},
"meta": {
"src/*.js": {
"deps": ["reflect-metadata", "zone.js"]
}
}
}
@@ -0,0 +1,22 @@
{
"main": false,
"dependencies": {
"reflect-metadata": "npm:reflect-metadata@^0.1.3",
"rxjs": "npm:rxjs@^5.0.0-beta.2",
"zone.js": "npm:zone.js@^0.5.15"
},
"peerDependencies": {
"reflect-metadata": "npm:reflect-metadata@^0.1.3",
"rxjs": "npm:rxjs@^5.0.0-beta.2",
"zone.js": "npm:zone.js@^0.5.15"
},
"jspmNodeConversion": false,
"map": {
"crypto": "@empty"
},
"meta": {
"src/*.js": {
"deps": ["reflect-metadata", "zone.js"]
}
}
}
@@ -0,0 +1,10 @@
{
"format": "global",
"jspmNodeConversion": false,
"main": "angular",
"shim": {
"angular": {
"exports": "angular"
}
}
}
@@ -0,0 +1,5 @@
{
"map": {
"child_process": "@empty"
}
}
@@ -0,0 +1,13 @@
{
"main": "dist/cropper",
"jspmNodeConversion": false,
"registry": "jspm",
"dependencies": {
"css": "*"
},
"shim": {
"dist/cropper": [
"./cropper.css!"
]
}
}
@@ -0,0 +1 @@
{}
@@ -0,0 +1,9 @@
{
"dependencies": {
"base64id": "0.1.0",
"debug": "2.2.0",
"ws": "1.0.1",
"engine.io-parser": "1.2.4",
"accepts": "1.3.1"
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"jspmNodeConversion": false
}
@@ -0,0 +1,4 @@
{
"main": "src/functify",
"jspmNodeConversion": false
}
@@ -0,0 +1,3 @@
{
"format": "global"
}
@@ -0,0 +1,3 @@
{
"format": "global"
}
@@ -0,0 +1,3 @@
{
"main": "src/jsonFormatter"
}
+3
View File
@@ -0,0 +1,3 @@
{
"jspmNodeConversion": false
}
@@ -0,0 +1,18 @@
{
"format": "global",
"main": "dist/js/materialize",
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
},
"shim": {
"dist/js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
],
"exports": "$"
}
},
"jspmNodeConversion": false
}
+6
View File
@@ -7,6 +7,12 @@
"exports": "mocha"
}
},
"meta": {
"mocha.js": {
"deps": ["./mocha.css!"],
"exports": "Mocha"
}
},
"dependencies": {
"css": "*"
},
+3
View File
@@ -0,0 +1,3 @@
{
"jspmNodeConversion": false
}
+7
View File
@@ -0,0 +1,7 @@
{
"dependencies": {
"css": "*"
},
"main": "build/pure-min.css!",
"registry": "jspm"
}
@@ -2,7 +2,9 @@
"map": {
"stream": "stream-browserify/index"
},
"systemjs": {},
"systemjs": {
"main": "readable.js"
},
"dependencies": {
"core-util-is": "~1.0.0",
"isarray": "0.0.1",
@@ -2,7 +2,9 @@
"map": {
"stream": "stream-browserify/index"
},
"systemjs": {},
"systemjs": {
"main": "readable.js"
},
"dependencies": {
"core-util-is": "~1.0.0",
"inherits": "~2.0.1",
@@ -0,0 +1,9 @@
{
"jspmNodeConversion": false,
"map": {
"crypto": {
"node": "@node/crypto",
"default": "@empty"
}
}
}
@@ -0,0 +1,3 @@
{
"main": "lib/index.js"
}
@@ -0,0 +1,5 @@
{
"map": {
"socket.io-client/package": "socket.io-client/package.json"
}
}
+47
View File
@@ -0,0 +1,47 @@
{
"meta": {
"lib/svgo/config.js": {
"deps": [
"../../plugins/removeDoctype",
"../../plugins/removeXMLProcInst",
"../../plugins/removeComments",
"../../plugins/removeMetadata",
"../../plugins/removeEditorsNSData",
"../../plugins/cleanupAttrs",
"../../plugins/minifyStyles",
"../../plugins/convertStyleToAttrs",
"../../plugins/cleanupIDs",
"../../plugins/removeRasterImages",
"../../plugins/removeUselessDefs",
"../../plugins/cleanupNumericValues",
"../../plugins/cleanupListOfValues",
"../../plugins/convertColors",
"../../plugins/removeUnknownsAndDefaults",
"../../plugins/removeNonInheritableGroupAttrs",
"../../plugins/removeUselessStrokeAndFill",
"../../plugins/removeViewBox",
"../../plugins/cleanupEnableBackground",
"../../plugins/removeHiddenElems",
"../../plugins/removeEmptyText",
"../../plugins/convertShapeToPath",
"../../plugins/moveElemsAttrsToGroup",
"../../plugins/moveGroupAttrsToElems",
"../../plugins/collapseGroups",
"../../plugins/convertPathData",
"../../plugins/convertTransform",
"../../plugins/removeEmptyAttrs",
"../../plugins/removeEmptyContainers",
"../../plugins/mergePaths",
"../../plugins/removeUnusedNS",
"../../plugins/transformsWithOnePath",
"../../plugins/sortAttrs",
"../../plugins/removeTitle",
"../../plugins/removeDesc",
"../../plugins/removeDimensions",
"../../plugins/removeAttrs",
"../../plugins/addClassesToSVGElement",
"../../plugins/removeStyleElement"
]
}
}
}
@@ -0,0 +1,11 @@
{
"browser": {},
"map": {
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"
}
}
@@ -0,0 +1,12 @@
{
"browser": {},
"map": {
"buffer": "@empty",
"child_process": "@empty",
"fs": "@empty",
"os": "@empty",
"path": "@empty",
"process": "@empty",
"readline": "@empty"
}
}
@@ -0,0 +1,5 @@
{
"main": "unexpected.js",
"dependencies": {},
"jspmPackage": true
}
@@ -0,0 +1,5 @@
{
"dependencies": {
"node-libs-browser": ">= 0.4.0 <=0.5.3"
}
}
@@ -0,0 +1,3 @@
{
"jspmNodeConversion": false
}
+8
View File
@@ -0,0 +1,8 @@
{
"dependencies": {
"options": ">=0.0.5",
"ultron": "1.0.x",
"utf-8-validate": "1.2.x",
"bufferutil": "1.2.x"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"main": "dist/zone.js",
"directories": {},
"jspmNodeConversion":false,
"shim": {
"dist/zone": {
"exports": ["Zone", "zone"]
}
},
"dependencies": {}
}
+87 -15
View File
@@ -4,6 +4,7 @@
"css": "github:systemjs/plugin-css",
"ember-hbs": "github:n-fuse/plugin-ember-hbs",
"font": "github:guybedford/system-font",
"i18nt": "github:robhicks/plugin-i18nt",
"image": "github:systemjs/plugin-image",
"jade": "github:johnsoftek/plugin-jade",
"json": "github:systemjs/plugin-json",
@@ -11,11 +12,14 @@
"jsx": "github:floatdrop/plugin-jsx",
"less": "github:aaike/jspm-less-plugin",
"md": "github:guybedford/system-md",
"node-binary": "npm:systemjs-plugin-node-binary",
"plugin-babel": "npm:systemjs-plugin-babel",
"plugin-traceur": "npm:systemjs-plugin-traceur",
"plugin-typescript": "github:frankwallis/plugin-typescript",
"raw": "github:matthewbauer/plugin-raw",
"sass": "github:mobilexag/plugin-sass",
"scss": "github:KevCJones/plugin-scss",
"svg": "github:npbenjohnson/plugin-svg",
"text": "github:systemjs/plugin-text",
"ts": "github:frankwallis/plugin-typescript",
"tsv": "github:wpf500/plugin-tsv",
@@ -46,6 +50,7 @@
"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-leaflet-directive": "github:tombatossals/angular-leaflet-directive",
"angular-loading-bar": "github:chieffancypants/angular-loading-bar",
"angular-local-storage": "npm:angular-local-storage",
"angular-locker": "github:tymondesigns/angular-locker",
@@ -59,11 +64,13 @@
"angular-restmod": "github:platanus/angular-restmod",
"angular-route": "github:angular/bower-angular-route",
"angular-sanitize": "github:angular/bower-angular-sanitize",
"angular-schema-form": "github:Textalk/angular-schema-form",
"angular-schema-form": "github:json-schema-form/angular-schema-form",
"angular-schema-form-bootstrap": "github:json-schema-form/angular-schema-form-bootstrap",
"angular-schema-form-material": "github:json-schema-form/angular-schema-form-material",
"angular-schema-form-colorpicker": "github:Textalk/angular-schema-form-colorpicker",
"angular-schema-form-datepicker": "github:Textalk/angular-schema-form-datepicker",
"angular-schema-form-dynamic-select": "npm:angular-schema-form-dynamic-select",
"angular-schema-form-fontpicker": "github:Textalk/angular-schema-form-fontpicker",
"angular-schema-form-dynamic-select": "github:OptimalBPM/angular-schema-form-dynamic-select",
"angular-smart-table": "github:lorenzofox3/Smart-Table",
"angular-strap": "github:mgcrea/angular-strap",
"angular-subscribe": "github:kasperlewau/angular-subscribe",
@@ -80,8 +87,8 @@
"angular-tree-control": "github:wix/angular-tree-control",
"angular-ui-grid": "github:angular-ui/bower-ui-grid",
"angular-ui-layout": "github:angular-ui/ui-layout",
"angular-ui-router": "github:angular-ui/ui-router",
"angular-ui-router-extras": "github:christopherthielen/ui-router-extras",
"angular-ui-router": "github:angular-ui/angular-ui-router-bower",
"angular-ui-router-extras": "npm:ui-router-extras",
"angular-ui-select": "github:angular-ui/ui-select",
"angular-ui-select2": "github:angular-ui/ui-select2",
"angular-ui-tree": "github:angular-ui-tree/angular-ui-tree",
@@ -98,44 +105,66 @@
"army-knife": "npm:army-knife",
"array-sugar": "github:capaj/array-sugar",
"assert": "github:jspm/nodelibs-assert",
"aurelia-pal": "npm:aurelia-pal",
"aurelia-pal-browser": "npm:aurelia-pal-browser",
"aurelia-pal-nodejs": "npm:aurelia-pal-nodejs",
"aurelia-async": "npm:aurelia-async",
"aurelia-animator-css": "npm:aurelia-animator-css",
"aurelia-animator-velocity": "npm:aurelia-animator-velocity",
"aurelia-auth":"github:paulvanbladel/aurelia-auth",
"aurelia-api": "npm:aurelia-api",
"aurelia-async": "npm:aurelia-async",
"aurelia-auth": "npm:aurelia-auth",
"aurelia-authentication": "npm:aurelia-authentication",
"aurelia-binding": "npm:aurelia-binding",
"aurelia-breeze": "npm:aurelia-breeze",
"aurelia-bootstrap-switch": "github:drdwilcox/aurelia-bootstrap-switch",
"aurelia-bootstrapper": "npm:aurelia-bootstrapper",
"aurelia-breeze": "npm:aurelia-breeze",
"aurelia-bs-modal": "github:pwkad/aurelia-bs-modal",
"aurelia-cmdrjs": "github:cmdrjs/aurelia-cmdrjs",
"aurelia-computed": "npm:aurelia-computed",
"aurelia-configuration": "github:vheissu/aurelia-configuration",
"aurelia-date-observer": "github:sormy/aurelia-date-observer",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection",
"aurelia-dialog": "npm:aurelia-dialog",
"aurelia-dragula": "npm:aurelia-dragula",
"aurelia-ej-bridge": "github:syncfusion/aurelia-ej-bridge",
"aurelia-environment": "github:MarcScheib/aurelia-environment",
"aurelia-event-aggregator": "npm:aurelia-event-aggregator",
"aurelia-fetch-client": "npm:aurelia-fetch-client",
"aurelia-firebase": "github:pulsarblow/aurelia-firebase",
"aurelia-flux": "github:tfrydrychewicz/aurelia-flux",
"aurelia-framework": "npm:aurelia-framework",
"aurelia-google-analytics": "github:miguelzakharia/aurelia-google-analytics",
"aurelia-google-maps": "npm:aurelia-google-maps",
"aurelia-history": "npm:aurelia-history",
"aurelia-history-browser": "npm:aurelia-history-browser",
"aurelia-html-import-template-loader": "npm:aurelia-html-import-template-loader",
"aurelia-html-template-element": "github:aurelia/html-template-element",
"aurelia-http-client": "npm:aurelia-http-client",
"aurelia-i18n": "npm:aurelia-i18n",
"aurelia-kendoui-bridge": "npm:aurelia-kendoui-bridge",
"aurelia-keyboard-plugin": "github:novatrox/aurelia-keyboard-plugin",
"aurelia-knockout": "npm:aurelia-knockout",
"aurelia-loader": "npm:aurelia-loader",
"aurelia-loader-default": "npm:aurelia-loader-default",
"aurelia-logging": "npm:aurelia-logging",
"aurelia-logging-console": "npm:aurelia-logging-console",
"aurelia-material-design-lite": "github:Gheoan/aurelia-material-design-lite",
"aurelia-materialize-bridge": "npm:aurelia-materialize-bridge",
"aurelia-materialize-css": "npm:aurelia-materialize-css",
"aurelia-metadata": "npm:aurelia-metadata",
"aurelia-modal": "github:vheissu/aurelia-modal",
"aurelia-mousetrap": "npm:aurelia-mousetrap",
"aurelia-notification": "npm:aurelia-notification",
"aurelia-notify": "github:MarcScheib/aurelia-notify",
"aurelia-orm": "npm:aurelia-orm",
"aurelia-pal": "npm:aurelia-pal",
"aurelia-pal-browser": "npm:aurelia-pal-browser",
"aurelia-pal-nodejs": "npm:aurelia-pal-nodejs",
"aurelia-path": "npm:aurelia-path",
"aurelia-polyfills": "npm:aurelia-polyfills",
"aurelia-polymer": "github:roguePanda/aurelia-polymer",
"aurelia-resize": "github:MeirionHughes/aurelia-resize",
"aurelia-route-recognizer": "npm:aurelia-route-recognizer",
"aurelia-router": "npm:aurelia-router",
"aurelia-router-loader": "npm:aurelia-router-loader",
"aurelia-stats": "github:sormy/aurelia-stats",
"aurelia-swagger-client":"github:paulvanbladel/aurelia-swagger-client",
"aurelia-tabs": "github:vheissu/aurelia-tabs",
"aurelia-task-queue": "npm:aurelia-task-queue",
@@ -143,11 +172,10 @@
"aurelia-templating-binding": "npm:aurelia-templating-binding",
"aurelia-templating-resources": "npm:aurelia-templating-resources",
"aurelia-templating-router": "npm:aurelia-templating-router",
"aurelia-ui-framework": "github:adarshpastakia/aurelia-ui-framework",
"aurelia-ui-virtualization": "npm:aurelia-ui-virtualization",
"aurelia-validatejs": "npm:aurelia-validatejs",
"aurelia-validation": "npm:aurelia-validation",
"aurelia-html-import-template-loader": "npm:aurelia-html-import-template-loader",
"aurelia-bootstrap-switch": "github:drdwilcox/aurelia-bootstrap-switch",
"aurelia-ui-framework":"github:adarshpastakia/aurelia-ui-framework",
"autosize": "github:jackmoore/autosize",
"babel": "npm:babel-core",
"babel-runtime": "npm:babel-runtime",
@@ -160,11 +188,13 @@
"bacon-matchers": "npm:bacon.matchers",
"bacon-model": "npm:bacon.model",
"basespace": "npm:basespace",
"belmgr-plugin": "npm:belmgr-plugin",
"benchmark": "npm:benchmark",
"big.js": "npm:big.js",
"bignumber.js": "npm:bignumber.js",
"bluebird": "npm:bluebird",
"bootstrap": "github:twbs/bootstrap",
"bootstrap-fileinput": "github:kartik-v/bootstrap-fileinput",
"bootstrap-less": "github:distros/bootstrap-less",
"bootstrap-material": "github:fezVrasta/bootstrap-material-design",
"bootstrap-sass": "github:twbs/bootstrap-sass",
@@ -173,6 +203,7 @@
"bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog",
"breeze": "npm:breeze-client",
"buffer": "github:jspm/nodelibs-buffer",
"bytebuffer.js" : "github:dcodeIO/bytebuffer.js",
"can": "npm:can",
"chai": "npm:chai",
"chart": "github:nnnick/Chart.js",
@@ -189,12 +220,15 @@
"constants": "github:jspm/nodelibs-constants",
"core-js": "npm:core-js",
"cram": "github:cujojs/cram",
"cropperjs": "npm:cropperjs",
"crypto": "github:jspm/nodelibs-crypto",
"cryptojs": "github:sytelus/cryptojs",
"css-element-queries": "github:marcj/css-element-queries",
"curl": "github:cujojs/curl",
"cytoscape":"github:cytoscape/cytoscape.js",
"cytoscape.js":"github:cytoscape/cytoscape.js",
"d3": "github:mbostock/d3",
"d3": "npm:d3",
"d3-legend": "github:susielu/d3-legend",
"c3": "npm:c3",
"datatables": "github:DataTables/DataTables",
"debug": "github:visionmedia/debug",
@@ -204,13 +238,16 @@
"dimple": "github:PMSI-AlignAlytics/dimple",
"dns": "github:jspm/nodelibs-dns",
"domain": "github:jspm/nodelibs-domain",
"domali": "npm:domali",
"dragula": "npm:dragula",
"dropzone": "github:enyo/dropzone",
"duratiform": "npm:duratiform",
"elastic.js": "github:fullscale/elastic.js",
"element-resize-detector": "npm:element-resize-detector",
"ember": "github:components/ember",
"ember-data": "github:components/ember-data",
"ember-wiz": "github:ricottatosta/ember-wiz",
"enumify": "github:rauschma/enumify",
"es5-shim": "github:es-shims/es5-shim",
"es6-shim": "github:es-shims/es6-shim",
"eva": "npm:eva",
@@ -230,6 +267,8 @@
"font-awesome": "npm:font-awesome",
"foundation": "npm:foundation-sites",
"fs": "github:jspm/nodelibs-fs",
"fullcalendar": "npm:fullcalendar",
"functify": "npm:functify",
"golden-layout": "npm:golden-layout",
"greensock": "github:greensock/GreenSock-JS",
"hammer": "github:hammerjs/hammer.js",
@@ -237,9 +276,11 @@
"handlebars.js": "github:components/handlebars.js",
"handlebars-group-by": "npm:handlebars-group-by",
"handlebars-layouts": "npm:handlebars-layouts",
"handsontable": "github:handsontable/handsontable",
"happy": "github:henrikjoreteg/Happy.js",
"hbs": "github:davis/plugin-hbs",
"headroom.js": "github:WickyNilliams/headroom.js",
"highcharts": "github:highcharts/highcharts",
"highlightjs": "github:components/highlightjs",
"hoek": "github:capaj/hoek-browser",
"http": "github:jspm/nodelibs-http",
@@ -248,12 +289,15 @@
"humanize-duration": "github:EvanHahn/HumanizeDuration.js",
"hyperagent": "github:weluse/hyperagent",
"i18next-client": "npm:i18next-client",
"i18next": "npm:i18next",
"Intl.js": "github:andyearnshaw/Intl.js",
"icheck": "github:fronteed/iCheck",
"titip": "github:quantumui/titip",
"immstruct": "npm:immstruct",
"immutable": "npm:immutable",
"infamous": "npm:infamous",
"intro": "github:usablica/intro.js",
"ion-sound": "npm:ion-sound",
"ionic": "github:driftyco/ionic-bower",
"ionic2": "npm:ionic-framework",
"jcrop": "github:tapmodo/Jcrop",
@@ -292,6 +336,7 @@
"js-deco": "github:gooy/js-deco",
"js.edgar": "npm:js.edgar",
"jsfromhell": "github:jonasraoni/JSFromHell",
"jsnlog": "npm:jsnlog",
"jsol": "github:daepark/JSOL",
"jsplumb": "github:sporritt/jsPlumb",
"jssha": "github:Caligatio/jsSHA",
@@ -302,8 +347,11 @@
"klayjs": "github:OpenKieler/klayjs",
"kl-watch-once": "github:kasperlewau/kl-watch-once",
"knockout": "github:knockout/knockout",
"knockout-jqueryui": "github:gvas/knockout-jqueryui",
"knockout-paging": "npm:knockout-paging",
"knockout-pre-rendered": "npm:knockout-pre-rendered",
"knockout-select2": "github:cruikshj/knockout-select2",
"knockout-sortable": "github:rniemeyer/knockout-sortable",
"knockout-validation": "github:Knockout-Contrib/Knockout-Validation",
"lazy":"npm:lazy.js",
"leaflet": "github:Leaflet/Leaflet",
@@ -313,16 +361,24 @@
"localforage": "npm:localforage",
"lodash": "npm:lodash",
"log4js": "github:mobilexag/log4js",
"long.js" : "github:dcodeIO/long.js",
"malihu-custom-scrollbar-plugin": "github:malihu/malihu-custom-scrollbar-plugin",
"marionette": "github:marionettejs/backbone.marionette",
"marvelous-aurelia-core": "github:marveloussoftware/marvelous-aurelia-core",
"marvelous-aurelia-forms": "github:marveloussoftware/marvelous-aurelia-forms",
"marvelous-aurelia-grid": "github:marveloussoftware/marvelous-aurelia-grid",
"marvelous-aurelia-query-language": "github:marveloussoftware/marvelous-aurelia-query-language",
"marvelous-query-language": "github:marveloussoftware/marvelous-query-language",
"masonry": "github:desandro/masonry",
"material-design-lite": "github:google/material-design-lite",
"material-design-icons": "github:google/material-design-icons",
"material-ui": "npm:material-ui",
"materialize": "npm:materialize",
"mbe-nodes": "github:OptimalBPM/mbe-nodes",
"meld": "github:cujojs/meld",
"messageformat": "npm:messageformat",
"microplugin": "npm:microplugin",
"mindtouch-martian": "github:mindtouch/martian",
"minivents": "github:allouis/minivents",
"mithril": "npm:mithril",
"mixing": "npm:mixing",
@@ -336,6 +392,7 @@
"mq4-hover-shim": "npm:mq4-hover-shim",
"msgs": "github:cujojs/msgs",
"mustache": "github:janl/mustache.js",
"my-name-is-url": "npm:my-name-is-url",
"net": "github:jspm/nodelibs-net",
"nexridge-client": "github:capaj/nexridge-client",
"ng-dialog": "npm:ng-dialog",
@@ -356,13 +413,16 @@
"numeral": "npm:numeral",
"numgen": "npm:numgen",
"nunjucks": "github:mozilla/nunjucks",
"nvd3": "npm:nvd3",
"observe-js": "github:Polymer/observe-js",
"oidc-client": "github:IdentityModel/oidc-client",
"omniscient": "npm:omniscient",
"onsenui": "npm:onsenui",
"open-sans-fontface": "github:FontFaceKit/open-sans",
"os": "github:jspm/nodelibs-os",
"p5": "github:processing/p5.js",
"page": "npm:page",
"pajax": "github:pajax/pajax",
"parallax": "github:wagerfield/parallax",
"path": "github:jspm/nodelibs-path",
"paths-js": "npm:paths-js",
@@ -377,7 +437,9 @@
"pretender": "npm:pretender",
"prism": "github:LeaVerou/prism",
"process": "github:jspm/nodelibs-process",
"protobuf.js": "github:dcodeIO/protobuf.js",
"punycode": "github:jspm/nodelibs-punycode",
"purecss": "npm:purecss",
"puremvc-standard": "github:PureMVC/puremvc-typescript-standard-framework",
"puremvc-multicore": "github:PureMVC/puremvc-typescript-multicore-framework",
"querystring": "github:jspm/nodelibs-querystring",
@@ -415,7 +477,7 @@
"saairey-bootstrap-wizard": "github:saairey/bootstrap-wizard",
"sass.js": "npm:sass.js",
"select2": "github:select2/select2",
"selectize": "github:brianreavis/selectize.js",
"selectize": "github:selectize/selectize.js",
"semantic-ui": "github:Semantic-Org/Semantic-UI",
"scoped-polyfill": "github:PM5544/scoped-polyfill",
"showdown": "github:showdownjs/showdown",
@@ -430,6 +492,8 @@
"spark":"npm:spark",
"spin": "github:fgnass/spin.js",
"sprintf-js": "npm:sprintf-js",
"ss-utils": "npm:ss-utils",
"ssv-core": "npm:ssv-core",
"stomp-websocket": "github:jmesnil/stomp-websocket",
"stream": "github:jspm/nodelibs-stream",
"string_decoder": "github:jspm/nodelibs-string_decoder",
@@ -437,6 +501,8 @@
"superagent": "npm:superagent",
"svg.js": "github:wout/svg.js",
"systemjs-hot-reloader": "github:capaj/systemjs-hot-reloader",
"systemjs-hot-reloader-store": "github:peteruithoven/systemjs-hot-reloader-store",
"systemjs-reloader": "github:npbenjohnson/systemjs-reloader",
"t7": "npm:t7",
"tabletools": "github:DataTables/TableTools",
"tag":"npm:systemjs-riot",
@@ -449,6 +515,7 @@
"theseus": "npm:theseus",
"theseus-angular": "npm:theseus-angular",
"toastr": "github:CodeSeven/toastr",
"toolbarjs": "npm:toolbarjs",
"topo": "github:capaj/topo-browser",
"timers": "github:jspm/nodelibs-timers",
"tinycolor": "github:bgrins/TinyColor",
@@ -463,8 +530,13 @@
"twitter": "npm:twitter",
"typeahead": "github:twitter/typeahead.js",
"ua-parser-js": "npm:ua-parser-js",
"ui-router-core": "npm:ui-router-core",
"ui-router-extras": "npm:ui-router-extras",
"ui-router-ng2": "npm:ui-router-ng2",
"ui-router-visualizer": "npm:ui-router-visualizer",
"uikit": "github:uikit/uikit",
"underscore": "npm:underscore",
"unexpected": "npm:unexpected",
"uri-templates": "npm:uri-templates",
"uri": "github:medialize/URI.js",
"url": "github:jspm/nodelibs-url",