@@ -4,3 +4,4 @@ node_js:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
sudo: false
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
jspm Registry
|
||||
---
|
||||
|
||||
[View the registry file here](https://github.com/jspm/registry/blob/master/registry.json)
|
||||
[Browse the Registry](http://kasperlewau.github.io/registry)
|
||||
|
||||
or view the raw registry file at https://github.com/jspm/registry/blob/master/registry.json.
|
||||
|
||||
Pull requests welcome for `registry.json` and the `package_overrides` folder.
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "socket.io.js"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"main": "dist/js/materialize",
|
||||
"shim": {
|
||||
"dist/js/materialize": {
|
||||
"deps": [
|
||||
"jquery",
|
||||
"../css/materialize.css!"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{ "main": "humanize-duration", "format": "global" }
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"main":"oidc-client.js",
|
||||
"format": "global",
|
||||
"directories": {
|
||||
"lib": "dist"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "dist/angular-cqrs"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "src/debug/webgl-debug.js"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "dist/dimple.latest.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"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"directories": {
|
||||
"lib": "dist"
|
||||
},
|
||||
"main": "semantic",
|
||||
"shim": {
|
||||
"semantic": {
|
||||
"deps": [
|
||||
"jquery",
|
||||
"./semantic.css!"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": ["bootstrap-colorpicker.min.js"]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": ["bootstrap-datepicker.min.js"]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": ["bootstrap-fontpicker.min.js"]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": ["schema-form.min.js", "bootstrap-decorator.min.js"]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"main": "dist/headroom",
|
||||
"files": ["dist/**/*"],
|
||||
"ignore": ["spec", "src", "*"],
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"dist/headroom": {
|
||||
"exports": "Headroom"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"format": "global"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"main": "ace",
|
||||
"format": "global",
|
||||
"directories": {
|
||||
"lib": "src"
|
||||
"lib": "src-noconflict"
|
||||
},
|
||||
"shim": {
|
||||
"ace": {
|
||||
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"main": "angular-translate-loader-partial",
|
||||
"registry": "jspm",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"angular": "^1.2.26",
|
||||
"angular-translate": "^2.5.2"
|
||||
},
|
||||
"shim": {
|
||||
"angular-translate-loader-partial": {
|
||||
"deps": [
|
||||
"angular",
|
||||
"angular-translate"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "ui-grid"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"angular": "^1"
|
||||
},
|
||||
"registry": "jspm",
|
||||
"main": "./src/ui-layout.js",
|
||||
"shim": {
|
||||
"ui-utils": {
|
||||
"deps": "angular"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -2,6 +2,7 @@
|
||||
"directories": {
|
||||
"lib": "release"
|
||||
},
|
||||
"format": "cjs",
|
||||
"main": "angular-ui-router",
|
||||
"shim": {
|
||||
"angular-ui-router": {
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"format": "global",
|
||||
"main": "build/auth0-lock.min",
|
||||
"shim": {
|
||||
"build/auth0-lock.min": {
|
||||
"exports": "Auth0Lock"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"main": "dist/angular-input-modified",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.4.0"
|
||||
},
|
||||
"ignore": ["demos", "emblem", "tests"],
|
||||
"shim": {
|
||||
"dist/angular-input-modified": {
|
||||
"deps": [
|
||||
"angular"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"main": "build/hotkeys",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.2.0"
|
||||
},
|
||||
"shim": {
|
||||
"build/hotkeys": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"main": "build/loading-bar",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.2.9",
|
||||
"css": "*"
|
||||
},
|
||||
"shim": {
|
||||
"build/loading-bar": {
|
||||
"deps": ["angular", "./loading-bar.css!"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,5 +5,5 @@
|
||||
"exports": "Handlebars"
|
||||
}
|
||||
},
|
||||
"files": ["handlebars.js"]
|
||||
"files": ["handlebars.js", "handlebars.runtime.js"]
|
||||
}
|
||||
|
||||
@@ -6,7 +6,19 @@
|
||||
},
|
||||
"shim": {
|
||||
"jquery-ui": {
|
||||
"deps": "jquery"
|
||||
"deps": ["jquery"]
|
||||
},
|
||||
"ui/widget": {
|
||||
"deps": ["jquery"]
|
||||
},
|
||||
"ui/datepicker": {
|
||||
"deps": ["jquery"]
|
||||
},
|
||||
"ui/draggable": {
|
||||
"deps": ["jquery"]
|
||||
},
|
||||
"ui/sortable": {
|
||||
"deps": ["jquery"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "jsol.js"
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"css": "*"
|
||||
},
|
||||
"shim": {
|
||||
"pikaday": {
|
||||
"deps": [
|
||||
"./css/pikaday.css!"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"main": "jquery.tipTip",
|
||||
"shim": {
|
||||
"jquery.tipTip": {
|
||||
"deps": ["jquery", "./tipTip.css!"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"main": "dist/textAngular",
|
||||
"files": ["dist/**/*"],
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.3.0",
|
||||
"css": "*",
|
||||
"font-awesome": "^4.0.0",
|
||||
"rangy": "^1.3.0"
|
||||
},
|
||||
"shim": {
|
||||
"dist/textAngular": {
|
||||
"deps": ["rangy", "rangy/rangy-selectionsaverestore", "./textAngularSetup", "./textAngular.css!"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"index": {
|
||||
"exports": "mongoose"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"shim": {
|
||||
"jquery.carouFredSel*": {
|
||||
"deps": ["jquery"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"main": "src/howler.core.js",
|
||||
"registry" : "jspm",
|
||||
"files": [
|
||||
"src/howler.core.js"
|
||||
]
|
||||
}
|
||||
@@ -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": "dest/autosize",
|
||||
"format": "cjs",
|
||||
"registry": "jspm"
|
||||
}
|
||||
@@ -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-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,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"traceur": {
|
||||
"exports": "traceur"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"traceur": {
|
||||
"exports": "traceur"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
"lib": "src"
|
||||
},
|
||||
"map": {
|
||||
"sizzle": "./src/sizzle/dist/sizzle"
|
||||
"sizzle": "./sizzle/dist/sizzle"
|
||||
},
|
||||
"ignore": ["src/intro.js", "src/outro.js"]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"main": "velocity.js",
|
||||
"files": [
|
||||
"velocity.js",
|
||||
"velocity.min.js",
|
||||
"velocity.ui.js",
|
||||
"velocity.ui.min.js"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"main":"src/js/kendo.ui.core",
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"src/js/kendo.ui.core": {
|
||||
"deps": ["jquery"],
|
||||
"exports": "kendo"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"csv": {
|
||||
"exports": "CSV"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"main": "dist/tmhDynamicLocale",
|
||||
"files": ["dist/**/*"],
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.0.7"
|
||||
},
|
||||
"shim": {
|
||||
"dist/tmhDynamicLocale": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"main": "jquery.mCustomScrollbar.js",
|
||||
"files": [
|
||||
"jquery.mCustomScrollbar.concat.min.js",
|
||||
"jquery.mCustomScrollbar.css",
|
||||
"jquery.mCustomScrollbar.js",
|
||||
"jquery.mCustomScrollbar.min.css",
|
||||
"mCSB_buttons.png"
|
||||
],
|
||||
"registry": "jspm",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
},
|
||||
"shim": {
|
||||
"jquery.mCustomScrollbar": {
|
||||
"deps": ["jquery"]
|
||||
},
|
||||
"jquery.mCustomScrollbar.concat.min": {
|
||||
"deps": ["jquery"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"main": "ng-tags-input.min",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.4.0",
|
||||
"css": "*"
|
||||
},
|
||||
"shim": {
|
||||
"ng-tags-input.min": {
|
||||
"deps": [
|
||||
"angular",
|
||||
"./ng-tags-input.min.css!",
|
||||
"./ng-tags-input.bootstrap.min.css!"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"main": "dist/angular-motion.min.css!",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.4.0",
|
||||
"css": "*"
|
||||
},
|
||||
"shim": {
|
||||
"dist/angular-motion.min.css!": {
|
||||
"deps": [
|
||||
"angular"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"main": "bin/typescript",
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"bin/typescript": {
|
||||
"exports": "ts"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"main": "moment",
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"locale/*": {
|
||||
"deps": [
|
||||
"../moment"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"main": "dist/js/bootstrap-dialog",
|
||||
"shim": {
|
||||
"dist/js/bootstrap-dialog": {
|
||||
"deps": [
|
||||
"bootstrap"
|
||||
|
||||
],
|
||||
"exports": "BootstrapDialog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "github:twbs/bootstrap"
|
||||
},
|
||||
"files": ["dist/css", "dist/fonts", "dist/js"]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"main": "src/nsPopover",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.2.9"
|
||||
},
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"src/nsPopover": ["angular"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"main": "dist/angular-carousel",
|
||||
"registry": "jspm",
|
||||
"format":"global",
|
||||
"dependencies": {
|
||||
"angular": "^1.4.0",
|
||||
"angular-touch": "^1.4.0"
|
||||
},
|
||||
"shim": {
|
||||
"dist/angular-carousel": {
|
||||
"deps": [
|
||||
"angular",
|
||||
"angular-touch"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"main": "rzslider",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.4.0"
|
||||
},
|
||||
"shim": {
|
||||
"rzslider": {
|
||||
"deps": [
|
||||
"angular",
|
||||
"./dist/rzslider.css!"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"main":"dist/angular-timer",
|
||||
"registry":"jspm",
|
||||
"format":"global",
|
||||
"dependencies":{
|
||||
"angular":"^1.4.1",
|
||||
"moment":"^2.10.3",
|
||||
"humanize-duration":"^3.0.0"
|
||||
},
|
||||
"shim":{
|
||||
"dist/angular-timer":{
|
||||
"deps":[
|
||||
"angular",
|
||||
"humanize-duration",
|
||||
"moment"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "socket.io.js"
|
||||
}
|
||||
@@ -0,0 +1,217 @@
|
||||
{
|
||||
"format": "global",
|
||||
"main": "tinymce",
|
||||
"shim": {
|
||||
"tinymce.min": {
|
||||
"exports": "tinymce"
|
||||
},
|
||||
"tinymce": {
|
||||
"exports": "tinymce"
|
||||
},
|
||||
"plugins/advlist/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/anchor/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/autolink/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/autoresize/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/autosave/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/bbcode/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/charmap/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/code/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/colorpicker/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/contextmenu/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/directionality/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/emoticons/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/fullpage/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/fullscreen/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/hr/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/image/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/importcss/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/insertdatetime/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/layer/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/legacyoutput/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/link/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/lists/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/media/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/nonbreaking/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/noneditable/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/pagebreak/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/paste/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/preview/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/print/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/save/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/searchreplace/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/spellchecker/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/tabfocus/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/table/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/template/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/textcolor/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/textpattern/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/visualblocks/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/visualchars/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"plugins/wordcount/plugin": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
},
|
||||
"themes/modern/theme": {
|
||||
"deps": [
|
||||
"tinymce"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"main": "browser/scrypt",
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"exports": "scrypt_module_factory"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"main": "js/bootstrap",
|
||||
"files": null,
|
||||
"ignore": [
|
||||
"dist/js/npm"
|
||||
],
|
||||
"directories": {
|
||||
"lib": "dist"
|
||||
},
|
||||
"shim": {
|
||||
"js/bootstrap": {
|
||||
"deps": [
|
||||
"jquery"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"shim": {
|
||||
"dist/typeahead.bundle": {
|
||||
"deps": ["jquery"]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "*"
|
||||
}
|
||||
}
|
||||
@@ -3,12 +3,14 @@
|
||||
"shim": {
|
||||
"dist/js/xeditable": {
|
||||
"deps": [
|
||||
"angular"
|
||||
"angular",
|
||||
"../css/xeditable.css!"
|
||||
]
|
||||
}
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.3.0"
|
||||
"angular": "^1.3.0",
|
||||
"css": "*"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"main": "dist/hyperagent.js",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"jquery": "*",
|
||||
"q": "npm:q",
|
||||
"uri": "github:medialize/URI.js"
|
||||
},
|
||||
"shim": {
|
||||
"dist/hyperagent": {
|
||||
"deps": [
|
||||
"jquery",
|
||||
"q",
|
||||
"uri"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,13 @@
|
||||
{
|
||||
"main": "browser.js",
|
||||
"format": "global",
|
||||
"dependencies": {},
|
||||
"jspmNodeConversion": false
|
||||
"jspmNodeConversion": false,
|
||||
"shim": {
|
||||
"browser": {
|
||||
"exports": "babel"
|
||||
}
|
||||
},
|
||||
"map": {
|
||||
"regenerator/runtime": "babel-runtime/regenerator/runtime"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"map": {
|
||||
"ws": "@empty"
|
||||
},
|
||||
"shim": {
|
||||
"dist/sass.worker": {}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main" : "lib/stylific.js"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"browser": {}
|
||||
}
|
||||
+119
-2
@@ -5,28 +5,42 @@
|
||||
"font": "github:guybedford/system-font",
|
||||
"image": "github:systemjs/plugin-image",
|
||||
"json": "github:systemjs/plugin-json",
|
||||
"jst": "github:podio/plugin-jst",
|
||||
"md": "github:guybedford/system-md",
|
||||
"raw": "github:matthewbauer/plugin-raw",
|
||||
"text": "github:systemjs/plugin-text",
|
||||
"jade": "github:johnsoftek/plugin-jade",
|
||||
"jsx": "github:floatdrop/plugin-jsx",
|
||||
"less": "github:aaike/jspm-less-plugin",
|
||||
"ts": "github:frankwallis/plugin-typescript",
|
||||
"sass": "github:screendriver/plugin-sass",
|
||||
|
||||
"ace": "github:ajaxorg/ace-builds",
|
||||
"adam": "npm:adam",
|
||||
"amplify": "github:mikehostetler/amplify",
|
||||
"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",
|
||||
"angular-aria": "github:angular/bower-angular-aria",
|
||||
"angular-bindonce": "github:Pasvaz/angular-bindonce",
|
||||
"angular-bind-notifier": "github:kasperlewau/angular-bind-notifier",
|
||||
"angular-bootstrap": "github:angular-ui/bootstrap-bower",
|
||||
"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-dynamic-locale": "github:lgalfaso/angular-dynamic-locale",
|
||||
"angular-es6-di": "github:tengyifei/angular-es6-di",
|
||||
"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",
|
||||
@@ -37,13 +51,22 @@
|
||||
"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-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-smart-table": "github:lorenzofox3/Smart-Table",
|
||||
"angular-strap": "github:mgcrea/angular-strap",
|
||||
"angular-subscribe": "github:kasperlewau/angular-subscribe",
|
||||
"angular-touch": "github:angular/bower-angular-touch",
|
||||
"angular-translate": "github:angular-translate/bower-angular-translate",
|
||||
"angular-translate-loader-partial": "github:angular-translate/bower-angular-translate-loader-partial",
|
||||
"angular-translate-loader-static-files": "github:angular-translate/bower-angular-translate-loader-static-files",
|
||||
"angular-translate-storage-cookie": "github:angular-translate/bower-angular-translate-storage-cookie",
|
||||
"angular-translate-storage-local": "github:angular-translate/bower-angular-translate-storage-local",
|
||||
"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-select": "github:angular-ui/ui-select",
|
||||
@@ -62,17 +85,26 @@
|
||||
"army-knife": "npm:army-knife",
|
||||
"array-sugar": "github:capaj/array-sugar",
|
||||
"assert": "github:jspm/nodelibs-assert",
|
||||
"aurelia-async": "github:jdanyow/aurelia-async",
|
||||
"aurelia-animator-css": "github:aurelia/animator-css",
|
||||
"aurelia-auth":"github:paulvanbladel/aurelia-auth",
|
||||
"aurelia-binding": "github:aurelia/binding",
|
||||
"aurelia-breeze": "github:jdanyow/aurelia-breeze",
|
||||
"aurelia-bootstrapper": "github:aurelia/bootstrapper",
|
||||
"aurelia-bs-modal": "github:pwkad/aurelia-bs-modal",
|
||||
"aurelia-computed": "github:jdanyow/aurelia-computed",
|
||||
"aurelia-configuration": "github:vheissu/aurelia-configuration",
|
||||
"aurelia-dependency-injection": "github:aurelia/dependency-injection",
|
||||
"aurelia-dialog": "github:aurelia/dialog",
|
||||
"aurelia-event-aggregator": "github:aurelia/event-aggregator",
|
||||
"aurelia-fetch-client": "github:aurelia/fetch-client",
|
||||
"aurelia-flux": "github:tfrydrychewicz/aurelia-flux",
|
||||
"aurelia-framework": "github:aurelia/framework",
|
||||
"aurelia-history": "github:aurelia/history",
|
||||
"aurelia-history-browser": "github:aurelia/history-browser",
|
||||
"aurelia-html-template-element": "github:aurelia/html-template-element",
|
||||
"aurelia-http-client": "github:aurelia/http-client",
|
||||
"aurelia-i18n": "github:aurelia/i18n",
|
||||
"aurelia-loader": "github:aurelia/loader",
|
||||
"aurelia-loader-default": "github:aurelia/loader-default",
|
||||
"aurelia-logging": "github:aurelia/logging",
|
||||
@@ -81,12 +113,15 @@
|
||||
"aurelia-path": "github:aurelia/path",
|
||||
"aurelia-route-recognizer": "github:aurelia/route-recognizer",
|
||||
"aurelia-router": "github:aurelia/router",
|
||||
"aurelia-swagger-client":"github:paulvanbladel/aurelia-swagger-client",
|
||||
"aurelia-task-queue": "github:aurelia/task-queue",
|
||||
"aurelia-templating": "github:aurelia/templating",
|
||||
"aurelia-templating-binding": "github:aurelia/templating-binding",
|
||||
"aurelia-templating-resources": "github:aurelia/templating-resources",
|
||||
"aurelia-templating-router": "github:aurelia/templating-router",
|
||||
"aurelia-ui-virtualization": "github:aurelia/ui-virtualization",
|
||||
"aurelia-validation": "github:aurelia/validation",
|
||||
"autosize": "github:jackmoore/autosize",
|
||||
"babel": "npm:babel-core",
|
||||
"babel-runtime": "npm:babel-runtime",
|
||||
"backbone": "npm:backbone",
|
||||
@@ -102,17 +137,23 @@
|
||||
"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-sass": "github:twbs/bootstrap-sass",
|
||||
"bootstrap-slider": "github:seiyria/bootstrap-slider",
|
||||
"bootstrap-wizard": "github:gwrey/bootstrap-wizard",
|
||||
"bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog",
|
||||
"breeze": "npm:breeze-client",
|
||||
"buffer": "github:jspm/nodelibs-buffer",
|
||||
"chai": "npm:chai",
|
||||
"chart": "github:nnnick/Chart.js",
|
||||
"chartist": "npm:chartist",
|
||||
"child_process": "github:jspm/nodelibs-child_process",
|
||||
"chosen": "github:harvesthq/chosen",
|
||||
"chronoman": "npm:chronoman",
|
||||
"cluster": "github:jspm/nodelibs-cluster",
|
||||
"cola": "github:cujojs/cola",
|
||||
"comma-separated-values": "github:knrz/CSV.js",
|
||||
"console": "github:jspm/nodelibs-console",
|
||||
"constants": "github:jspm/nodelibs-constants",
|
||||
"core-js": "npm:core-js",
|
||||
@@ -120,13 +161,18 @@
|
||||
"crypto": "github:jspm/nodelibs-crypto",
|
||||
"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",
|
||||
"datatables": "github:DataTables/DataTables",
|
||||
"debug": "github:visionmedia/debug",
|
||||
"decimal.js": "github:MikeMcl/decimal.js",
|
||||
"dgram": "github:jspm/nodelibs-dgram",
|
||||
"di": "github:angular/di.js",
|
||||
"dimple": "github:PMSI-AlignAlytics/dimple",
|
||||
"dns": "github:jspm/nodelibs-dns",
|
||||
"domain": "github:jspm/nodelibs-domain",
|
||||
"dragula": "npm:dragula",
|
||||
"dropzone": "github:enyo/dropzone",
|
||||
"duratiform": "npm:duratiform",
|
||||
"elastic.js": "github:fullscale/elastic.js",
|
||||
@@ -136,31 +182,40 @@
|
||||
"es6-shim": "github:es-shims/es6-shim",
|
||||
"eva": "npm:eva",
|
||||
"events": "github:jspm/nodelibs-events",
|
||||
"event-attr-to-promise": "github:tengyifei/event-attr-to-promise",
|
||||
"extend": "github:gamtiq/extend",
|
||||
"famous": "github:Famous/famous",
|
||||
"famous-angular": "github:Famous/famous-angular",
|
||||
"famous-polyfills": "github:Famous/polyfills",
|
||||
"fastclick": "npm:fastclick",
|
||||
"fermtest": "github:Fermium-co/FermTest",
|
||||
"fetch": "github:github/fetch",
|
||||
"firebase": "github:firebase/firebase-bower",
|
||||
"flowtype": "github:simplefocus/FlowType.JS",
|
||||
"font-awesome": "npm:font-awesome",
|
||||
"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",
|
||||
"handlebars-group-by": "npm:handlebars-group-by",
|
||||
"handlebars-layouts": "npm:handlebars-layouts",
|
||||
"happy": "github:henrikjoreteg/Happy.js",
|
||||
"hbs": "github:davis/plugin-hbs",
|
||||
"headroom.js": "github:WickyNilliams/headroom.js",
|
||||
"highlightjs": "github:components/highlightjs",
|
||||
"hoek": "github:capaj/hoek-browser",
|
||||
"http": "github:jspm/nodelibs-http",
|
||||
"https": "github:jspm/nodelibs-https",
|
||||
"humane-js": "github:wavded/humane-js",
|
||||
"humanize-duration": "github:EvanHahn/HumanizeDuration.js",
|
||||
"hyperagent": "github:weluse/hyperagent",
|
||||
"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",
|
||||
@@ -177,56 +232,93 @@
|
||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||
"jquery.cookie": "github:carhartl/jquery-cookie",
|
||||
"jquery.hammer": "github:hammerjs/jquery.hammer.js",
|
||||
"jquery.tipTip": "github:drewwilson/TipTip",
|
||||
"jquery.carouFredSel": "github:gilbitron/carouFredSel",
|
||||
"jquery-validation": "github:jzaefferer/jquery-validation",
|
||||
"jquery-validation-unobtrusive": "github:aspnet/jquery-validation-unobtrusive",
|
||||
"js-beautify": "github:beautify-web/js-beautify",
|
||||
"js-data": "github:js-data/js-data",
|
||||
"js-data-angular": "github:js-data/js-data-angular",
|
||||
"js-data-firebase": "github:js-data/js-data-firebase",
|
||||
"js-data-http": "github:js-data/js-data-http",
|
||||
"js-data-levelup": "github:js-data/js-data-levelup",
|
||||
"js-data-localforage": "github:js-data/js-data-localforage",
|
||||
"js-data-localstorage": "github:js-data/js-data-localstorage",
|
||||
"js-data-mongodb": "github:js-data/js-data-mongodb",
|
||||
"js-data-rethinkdb": "github:js-data/js-data-rethinkdb",
|
||||
"js-data-redis": "github:js-data/js-data-redis",
|
||||
"js-data-schema": "github:js-data/js-data-schema",
|
||||
"js-data-sql": "github:js-data/js-data-sql",
|
||||
"js-deco": "github:gooy/js-deco",
|
||||
"js.edgar": "npm:js.edgar",
|
||||
"jsfromhell": "github:jonasraoni/JSFromHell",
|
||||
"jsol": "github:daepark/JSOL",
|
||||
"jsplumb": "github:sporritt/jsPlumb",
|
||||
"jssha": "github:Caligatio/jsSHA",
|
||||
"js-cookie": "github:js-cookie/js-cookie",
|
||||
"js-scrypt": "github:tonyg/js-scrypt",
|
||||
"kickstrap": "github:ajkochanowicz/Kickstrap",
|
||||
"klayjs": "github:OpenKieler/klayjs",
|
||||
"kl-watch-once": "github:kasperlewau/kl-watch-once",
|
||||
"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",
|
||||
"linq4es2015": "github:Fermium-co/LINQ4ES2015",
|
||||
"localforage": "npm:localforage",
|
||||
"lodash": "npm:lodash",
|
||||
"malihu-custom-scrollbar-plugin": "github:malihu/malihu-custom-scrollbar-plugin",
|
||||
"marionette": "github:marionettejs/backbone.marionette",
|
||||
"masonry": "github:desandro/masonry",
|
||||
"material-design-lite": "github:google/material-design-lite",
|
||||
"material-design-icons": "github:google/material-design-icons",
|
||||
"materialize": "github:dogfalo/materialize",
|
||||
"materialize": "github:Dogfalo/materialize",
|
||||
"mbe-nodes": "github:OptimalBPM/mbe-nodes",
|
||||
"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",
|
||||
"net": "github:jspm/nodelibs-net",
|
||||
"ng-dialog": "npm:ng-dialog",
|
||||
"ng-infinite-scroll": "github:sroze/ngInfiniteScroll",
|
||||
"ng-inline": "github:zachsnow/ng-inline",
|
||||
"ng-jcrop": "github:andrefarzat/ng-jcrop",
|
||||
"ng-multi-transclude": "github:zachsnow/ng-multi-transclude",
|
||||
"ng-sortable": "github:a5hik/ng-sortable",
|
||||
"ng-table": "github:esvit/ng-table",
|
||||
"ns-popover": "github:nohros/nsPopover",
|
||||
"nodelibs": "github:jspm/nodelibs",
|
||||
"normalize.css": "github:necolas/normalize.css",
|
||||
"nprogress": "github:rstacruz/nprogress",
|
||||
"numeral": "npm:numeral",
|
||||
"numgen": "npm:numgen",
|
||||
"observe-js": "github:Polymer/observe-js",
|
||||
"oidc-client": "github:IdentityModel/oidc-client",
|
||||
"omniscient": "npm:omniscient",
|
||||
"open-sans-fontface": "github:FontFaceKit/open-sans",
|
||||
"os": "github:jspm/nodelibs-os",
|
||||
"p5": "github:processing/p5.js",
|
||||
"page": "npm:page",
|
||||
"parallax": "github:wagerfield/parallax",
|
||||
"path": "github:jspm/nodelibs-path",
|
||||
"pdfmake": "github:bpampuch/pdfmake",
|
||||
"phaser": "github:photonstorm/phaser",
|
||||
"pikaday": "github:dbushell/Pikaday",
|
||||
"pixi-tiledmap": "npm:pixi-tiledmap",
|
||||
"pixi.js": "npm:pixi.js",
|
||||
"poly": "github:cujojs/poly",
|
||||
"postal": "npm:postal",
|
||||
"pouchdb": "github:pouchdb/pouchdb",
|
||||
@@ -234,16 +326,24 @@
|
||||
"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",
|
||||
"qunit": "github:jquery/qunit",
|
||||
"ractive": "github:ractivejs/ractive",
|
||||
"rangy": "github:timdown/rangy-release",
|
||||
"raphael": "github:DmitryBaranovskiy/raphael",
|
||||
"ratchet": "github:maker/ratchet",
|
||||
"raven-js": "github:getsentry/raven-js",
|
||||
"react": "npm:react",
|
||||
"react-dom": "npm:react-dom",
|
||||
"react-router": "npm:react-router",
|
||||
"readline": "github:jspm/nodelibs-readline",
|
||||
"redux": "npm:redux",
|
||||
"react-redux": "npm:react-redux",
|
||||
"reflect-metadata": "npm:reflect-metadata",
|
||||
"reflux": "npm:reflux",
|
||||
"regenerator": "npm:regenerator",
|
||||
"repl": "github:jspm/nodelibs-repl",
|
||||
"reqwest": "github:ded/reqwest",
|
||||
"respond": "github:scottjehl/Respond",
|
||||
@@ -251,7 +351,10 @@
|
||||
"restangular": "github:mgonto/restangular",
|
||||
"return-function": "npm:return-function",
|
||||
"rx": "npm:rx",
|
||||
"rx-angular": "npm:rx-angular",
|
||||
"rx-dom": "npm:rx-dom",
|
||||
"saairey-bootstrap-wizard": "github:saairey/bootstrap-wizard",
|
||||
"sass.js": "npm:sass.js",
|
||||
"select2": "github:select2/select2",
|
||||
"selectize": "github:brianreavis/selectize.js",
|
||||
"semantic-ui": "github:Semantic-Org/Semantic-UI",
|
||||
@@ -259,15 +362,21 @@
|
||||
"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": "github:socketio/socket.io-client",
|
||||
"socket.io-rpc-client": "github:capaj/socket.io-rpc-client",
|
||||
"spin": "github:fgnass/spin.js",
|
||||
"sprintf-js": "npm:sprintf-js",
|
||||
"stomp-websocket": "github:jmesnil/stomp-websocket",
|
||||
"stream": "github:jspm/nodelibs-stream",
|
||||
"string_decoder": "github:jspm/nodelibs-string_decoder",
|
||||
"stylific": "npm:stylific",
|
||||
"superagent": "npm:superagent",
|
||||
"svg.js" : "github:wout/svg.js",
|
||||
"tabletools": "github:DataTables/TableTools",
|
||||
"teo": "npm:teo",
|
||||
"textAngular": "github:fraywing/textAngular",
|
||||
"three.js": "github:mrdoob/three.js",
|
||||
"three": "github:mrdoob/three.js",
|
||||
"threestrap": "github:unconed/threestrap",
|
||||
@@ -275,10 +384,14 @@
|
||||
"theseus-angular": "npm:theseus-angular",
|
||||
"topo": "github:capaj/topo-browser",
|
||||
"timers": "github:jspm/nodelibs-timers",
|
||||
"tinycolor": "github:bgrins/TinyColor",
|
||||
"tinygrowl": "github:ajkochanowicz/tinygrowl",
|
||||
"tinymce": "github:tinymce/tinymce-dist",
|
||||
"tls": "github:jspm/nodelibs-tls",
|
||||
"traceur": "github:jmcriffey/bower-traceur",
|
||||
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime",
|
||||
"traverse": "npm:traverse",
|
||||
"typescript": "npm:typescript",
|
||||
"tty": "github:jspm/nodelibs-tty",
|
||||
"twitter": "npm:twitter",
|
||||
"typeahead": "github:twitter/typeahead.js",
|
||||
@@ -286,10 +399,14 @@
|
||||
"uikit": "github:uikit/uikit",
|
||||
"underscore": "npm:underscore",
|
||||
"uri-templates": "npm:uri-templates",
|
||||
"uri": "github:medialize/URI.js",
|
||||
"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",
|
||||
"vibrant": "github:jariz/vibrant.js",
|
||||
"virtual-dom": "npm:virtual-dom",
|
||||
"vue": "npm:vue",
|
||||
"webcomponents": "npm:webcomponents",
|
||||
|
||||
Reference in New Issue
Block a user