Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b30ab02e37 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '4.8.5'
|
- '0.10'
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
jspm Registry
|
jspm Registry
|
||||||
---
|
---
|
||||||
|
|
||||||
The raw registry file can be viewed at 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.
|
Pull requests welcome for `registry.json` and the `package_overrides` folder.
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"main": "toastr",
|
"main": "toastr",
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"files": ["toastr.js", "toastr.css", "build"],
|
"files": ["toastr.js", "toastr.css", "build"],
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"main": "toastr",
|
"main": "toastr",
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"files": ["toastr.js", "build"],
|
"files": ["toastr.js", "build"],
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"format": "global",
|
|
||||||
"main": "adblockDetector.js"
|
|
||||||
}
|
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -5,8 +5,8 @@
|
|||||||
"lib": "source/stable"
|
"lib": "source/stable"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"jquery-ui": "npm:jquery-ui"
|
"jquery-ui": "github:components/jqueryui"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"jquery-ui-layout": {
|
"jquery-ui-layout": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"main": "release/angular-ui-router.js",
|
"main": "release/angular-ui-router.js",
|
||||||
"shim": {
|
"shim": {
|
||||||
"release/angular-ui-router": {
|
"release/angular-ui-router.js": {
|
||||||
"deps": ["angular"]
|
"deps": ["angular"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "build/webgazer.min.js",
|
|
||||||
"format": "global"
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"files": [
|
|
||||||
"dist/",
|
|
||||||
"typings/jquery-autocomplete/jquery.autocomplete.d.ts",
|
|
||||||
"readme.md"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
|
||||||
"jquery": "*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"format": "global",
|
"format": "global",
|
||||||
"files":["icheck.js","icheck.min.js","skins/**/*"],
|
"files":["icheck.js","icheck.min.js","skins/**/*"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery"
|
"jquery": "github:components/jquery"
|
||||||
},
|
},
|
||||||
"shim":{
|
"shim":{
|
||||||
"icheck": ["jquery"],
|
"icheck": ["jquery"],
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"main": false,
|
"main": false,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "npm:jquery",
|
||||||
"jqueryui": "npm:jquery-ui",
|
"jqueryui": "github:components/jqueryui",
|
||||||
"knockout": "github:knockout/knockout"
|
"knockout": "github:knockout/knockout"
|
||||||
},
|
},
|
||||||
"map": {
|
"map": {
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"main": "lib/highcharts.src"
|
||||||
|
}
|
||||||
@@ -8,6 +8,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery"
|
"jquery": "github:components/jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "dist/js/nya-bs-select.js",
|
|
||||||
"dependencies": {
|
|
||||||
"css": "jspm:css@*"
|
|
||||||
},
|
|
||||||
"shim": {
|
|
||||||
"dist/js/nya-bs-select": {
|
|
||||||
"deps": [
|
|
||||||
"../css/nya-bs-select.css!"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery"
|
"jquery": "github:components/jquery"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"jquery.mCustomScrollbar": {
|
"jquery.mCustomScrollbar": {
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
"lib": "dist"
|
"lib": "dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"jquery-ui": "npm:jquery-ui"
|
"jquery-ui": "github:components/jqueryui"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"jquery-fancytree": {
|
"jquery-fancytree": {
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "ol",
|
|
||||||
"dependencies": {
|
|
||||||
"css": "jspm:css@*"
|
|
||||||
},
|
|
||||||
"shim": {
|
|
||||||
"ol": {
|
|
||||||
"deps": ["./ol.css!"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -5,12 +5,12 @@
|
|||||||
],
|
],
|
||||||
"main": "build/knockout-sortable.js",
|
"main": "build/knockout-sortable.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery@^2.1.4",
|
"jquery": "github:components/jquery@^2.1.4",
|
||||||
"jquery-ui": "npm:jquery-ui@^1.11.4",
|
"jquery-ui": "github:components/jqueryui@^1.11.4",
|
||||||
"knockout": "github:knockout/knockout@^3.3.0"
|
"knockout": "github:knockout/knockout@^3.3.0"
|
||||||
},
|
},
|
||||||
"map": {
|
"map": {
|
||||||
"jquery-ui/draggable": "jquery-ui/ui/draggable",
|
"jquery-ui/draggable": "jquery-ui/ui/draggable",
|
||||||
"jquery-ui/sortable": "jquery-ui/ui/sortable"
|
"jquery-ui/sortable": "jquery-ui/ui/sortable"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"format": "global",
|
"format": "global",
|
||||||
"files": ["dist/*","css/*","js/*","less/*","sass/*"],
|
"files": ["dist/*","css/*","js/*","less/*","sass/*"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery"
|
"jquery": "github:components/jquery"
|
||||||
},
|
},
|
||||||
"shim":{
|
"shim":{
|
||||||
"js/bootstrap-slider": ["jquery"],
|
"js/bootstrap-slider": ["jquery"],
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
"lib": "src"
|
"lib": "src"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"wordcloud2.js": "npm:jquery"
|
"wordcloud2.js": "github:components/jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,6 +16,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery"
|
"jquery": "github:components/jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery"
|
"jquery": "github:components/jquery"
|
||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"js/foundation.min.js",
|
"js/foundation.min.js",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery"
|
"jquery": "github:components/jquery"
|
||||||
},
|
},
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"js/foundation.min.js",
|
"js/foundation.min.js",
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jQuery": "npm:jquery"
|
"jQuery": "github:components/jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "jquery.animateCSS.js"
|
|
||||||
}
|
|
||||||
@@ -1,6 +1,4 @@
|
|||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {},
|
||||||
"leaflet": "^0.7.0"
|
|
||||||
},
|
|
||||||
"jspmNodeConversion": false
|
"jspmNodeConversion": false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "d3",
|
|
||||||
"browser": "./build/d3.js",
|
|
||||||
"files": ["./build/d3.js"],
|
|
||||||
"shim": {
|
|
||||||
"d3": {
|
|
||||||
"exports": "d3"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "build/d3.min.js",
|
|
||||||
"format": "es6"
|
|
||||||
}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
|
|
||||||
"main": "src/browser.js",
|
|
||||||
"jspmNodeConversion": false,
|
|
||||||
"format": "cjs",
|
|
||||||
"map": {
|
|
||||||
"./src/browser.js": {
|
|
||||||
"node": "./src/node.js"
|
|
||||||
},
|
|
||||||
"./node.js": {
|
|
||||||
"browser": "./src/browser.js"
|
|
||||||
},
|
|
||||||
"fs": "@node/fs",
|
|
||||||
"net": "@node/net",
|
|
||||||
"tty": "@node/tty",
|
|
||||||
"util": "@node/util"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"format": "cjs",
|
|
||||||
"meta": {
|
|
||||||
"lib/index.js": {
|
|
||||||
"esModule": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"ignore": [
|
|
||||||
"sandbox",
|
|
||||||
"test"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -9,6 +9,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery"
|
"jquery": "github:components/jquery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "dist/jquery-migrate.min.js"
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "jquery.prefetch.min.js"
|
|
||||||
}
|
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
{
|
{
|
||||||
"jspmNodeConversion": false,
|
"jspmNodeConversion": false
|
||||||
"files": ["dist/"]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"format": "global",
|
"format": "global",
|
||||||
"main": "dist/js/materialize",
|
"main": "dist/js/materialize",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "npm:jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "dist/js/fabric",
|
|
||||||
"dependencies": {
|
|
||||||
"office-ui-fabric-core": "5.0.1",
|
|
||||||
"pickadate": "3.5.6"
|
|
||||||
},
|
|
||||||
"format": "global",
|
|
||||||
"shim": {
|
|
||||||
"deps": [
|
|
||||||
"office-ui-fabric-core",
|
|
||||||
"pickadate"
|
|
||||||
],
|
|
||||||
"exports": "fabric"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "browser.js"
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "lib/picker",
|
|
||||||
"dependencies": {
|
|
||||||
"jquery": ">= 1.7"
|
|
||||||
},
|
|
||||||
"format": "global",
|
|
||||||
"shim": {
|
|
||||||
"deps": [
|
|
||||||
"jquery"
|
|
||||||
],
|
|
||||||
"exports": "$"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "lib/server/index.js",
|
|
||||||
"format": "cjs",
|
|
||||||
"meta": {
|
|
||||||
"*": {
|
|
||||||
"globals": {
|
|
||||||
"process": "process"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"*.json": {
|
|
||||||
"format": "json"
|
|
||||||
},
|
|
||||||
"lib/browser/*": {
|
|
||||||
"format": "esm"
|
|
||||||
},
|
|
||||||
"lib/riot+compiler.js": {
|
|
||||||
"format": "esm"
|
|
||||||
},
|
|
||||||
"lib/riot.js": {
|
|
||||||
"format": "esm"
|
|
||||||
},
|
|
||||||
"lib/settings.js": {
|
|
||||||
"format": "esm"
|
|
||||||
},
|
|
||||||
"riot.min.js": {
|
|
||||||
"format": "amd"
|
|
||||||
},
|
|
||||||
"lib/server/index.js": {
|
|
||||||
"deps": [
|
|
||||||
"../../riot"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"map": {
|
|
||||||
"./lib/server": "./lib/server/index.js",
|
|
||||||
"./lib/server/index.js": {
|
|
||||||
"browser": "./riot.js"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"browser": "index.js"
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "tslib.js",
|
|
||||||
"format": "cjs",
|
|
||||||
"meta": {
|
|
||||||
"tslib.js": {
|
|
||||||
"esModule": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"browser": {},
|
|
||||||
"map": {
|
|
||||||
"buffer": "@empty",
|
|
||||||
"child_process": "@empty",
|
|
||||||
"fs": "@empty",
|
|
||||||
"path": "@empty",
|
|
||||||
"process": "@empty",
|
|
||||||
"readline": "@empty"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"source-map-support": "*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"browser": {},
|
|
||||||
"map": {
|
|
||||||
"buffer": "@empty",
|
|
||||||
"child_process": "@empty",
|
|
||||||
"fs": "@empty",
|
|
||||||
"path": "@empty",
|
|
||||||
"process": "@empty",
|
|
||||||
"readline": "@empty"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"source-map-support": "*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"jspmNodeConversion": false
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"jspmNodeConversion": false
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "dist/v-accordion",
|
|
||||||
"registry": "jspm",
|
|
||||||
"format": "global",
|
|
||||||
"shim": {
|
|
||||||
"dist/v-accordion": {
|
|
||||||
"deps": [
|
|
||||||
"./v-accordion.css!"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"css": "*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"main": "lib/noframework.waypoints.min.js",
|
|
||||||
"meta": {
|
|
||||||
"lib/noframework.waypoints.min.js": {
|
|
||||||
"exports": "Waypoint",
|
|
||||||
"format": "global"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+4
-38
@@ -11,7 +11,7 @@
|
|||||||
"jst": "github:podio/plugin-jst",
|
"jst": "github:podio/plugin-jst",
|
||||||
"jsx": "github:floatdrop/plugin-jsx",
|
"jsx": "github:floatdrop/plugin-jsx",
|
||||||
"ko-tpl": "github:One-com/systemjs-plugin-ko-tpl",
|
"ko-tpl": "github:One-com/systemjs-plugin-ko-tpl",
|
||||||
"less": "npm:systemjs-less-plugin",
|
"less": "github:systemjs/plugin-less",
|
||||||
"md": "github:guybedford/system-md",
|
"md": "github:guybedford/system-md",
|
||||||
"node-binary": "npm:systemjs-plugin-node-binary",
|
"node-binary": "npm:systemjs-plugin-node-binary",
|
||||||
"plugin-babel": "npm:systemjs-plugin-babel",
|
"plugin-babel": "npm:systemjs-plugin-babel",
|
||||||
@@ -111,7 +111,6 @@
|
|||||||
"array-sugar": "github:capaj/array-sugar",
|
"array-sugar": "github:capaj/array-sugar",
|
||||||
"arva-js": "github:bizboard/arva-js",
|
"arva-js": "github:bizboard/arva-js",
|
||||||
"assert": "github:jspm/nodelibs-assert",
|
"assert": "github:jspm/nodelibs-assert",
|
||||||
"async": "npm:async",
|
|
||||||
"aurelia-accordion": "github:classicalConditioning/aurelia-accordion",
|
"aurelia-accordion": "github:classicalConditioning/aurelia-accordion",
|
||||||
"aurelia-animator-css": "npm:aurelia-animator-css",
|
"aurelia-animator-css": "npm:aurelia-animator-css",
|
||||||
"aurelia-animator-velocity": "npm:aurelia-animator-velocity",
|
"aurelia-animator-velocity": "npm:aurelia-animator-velocity",
|
||||||
@@ -173,12 +172,10 @@
|
|||||||
"aurelia-modal": "github:vheissu/aurelia-modal",
|
"aurelia-modal": "github:vheissu/aurelia-modal",
|
||||||
"aurelia-mousetrap": "npm:aurelia-mousetrap",
|
"aurelia-mousetrap": "npm:aurelia-mousetrap",
|
||||||
"aurelia-notification": "npm:aurelia-notification",
|
"aurelia-notification": "npm:aurelia-notification",
|
||||||
"aurelia-autocomplete": "npm:aurelia-autocomplete",
|
|
||||||
"aurelia-notify": "github:MarcScheib/aurelia-notify",
|
"aurelia-notify": "github:MarcScheib/aurelia-notify",
|
||||||
"aurelia-oauth": "npm:aurelia-oauth",
|
"aurelia-oauth": "npm:aurelia-oauth",
|
||||||
"aurelia-orm": "npm:aurelia-orm",
|
"aurelia-orm": "npm:aurelia-orm",
|
||||||
"aurelia-form": "npm:aurelia-form",
|
"aurelia-form": "npm:aurelia-form",
|
||||||
"aurelia-form-validation": "npm:aurelia-form-validation",
|
|
||||||
"aurelia-view-manager": "npm:aurelia-view-manager",
|
"aurelia-view-manager": "npm:aurelia-view-manager",
|
||||||
"aurelia-pager": "npm:aurelia-pager",
|
"aurelia-pager": "npm:aurelia-pager",
|
||||||
"aurelia-datatable": "npm:aurelia-datatable",
|
"aurelia-datatable": "npm:aurelia-datatable",
|
||||||
@@ -189,20 +186,6 @@
|
|||||||
"aurelia-path": "npm:aurelia-path",
|
"aurelia-path": "npm:aurelia-path",
|
||||||
"aurelia-persistence": "npm:aurelia-persistence",
|
"aurelia-persistence": "npm:aurelia-persistence",
|
||||||
"aurelia-persistence-http": "npm:aurelia-persistence-http",
|
"aurelia-persistence-http": "npm:aurelia-persistence-http",
|
||||||
"aurelia-plugins-addthis": "npm:aurelia-plugins-addthis",
|
|
||||||
"aurelia-plugins-cookie-consent": "npm:aurelia-plugins-cookie-consent",
|
|
||||||
"aurelia-plugins-cookies": "npm:aurelia-plugins-cookies",
|
|
||||||
"aurelia-plugins-dropdown": "npm:aurelia-plugins-dropdown",
|
|
||||||
"aurelia-plugins-google-maps": "npm:aurelia-plugins-google-maps",
|
|
||||||
"aurelia-plugins-google-places-autocomplete": "npm:aurelia-plugins-google-places-autocomplete",
|
|
||||||
"aurelia-plugins-google-recaptcha": "npm:aurelia-plugins-google-recaptcha",
|
|
||||||
"aurelia-plugins-jwt-decode": "npm:aurelia-plugins-jwt-decode",
|
|
||||||
"aurelia-plugins-notifier": "npm:aurelia-plugins-notifier",
|
|
||||||
"aurelia-plugins-pagination": "npm:aurelia-plugins-pagination",
|
|
||||||
"aurelia-plugins-password-viewer": "npm:aurelia-plugins-password-viewer",
|
|
||||||
"aurelia-plugins-switch": "npm:aurelia-plugins-switch",
|
|
||||||
"aurelia-plugins-tabs": "npm:aurelia-plugins-tabs",
|
|
||||||
"aurelia-plus": "npm:aurelia-plus",
|
|
||||||
"aurelia-polyfills": "npm:aurelia-polyfills",
|
"aurelia-polyfills": "npm:aurelia-polyfills",
|
||||||
"aurelia-polymer": "github:roguePanda/aurelia-polymer",
|
"aurelia-polymer": "github:roguePanda/aurelia-polymer",
|
||||||
"aurelia-progress": "npm:aurelia-progress",
|
"aurelia-progress": "npm:aurelia-progress",
|
||||||
@@ -237,7 +220,6 @@
|
|||||||
"babel": "npm:babel-core",
|
"babel": "npm:babel-core",
|
||||||
"babel-runtime": "npm:babel-runtime",
|
"babel-runtime": "npm:babel-runtime",
|
||||||
"babel-polyfill": "npm:babel-polyfill",
|
"babel-polyfill": "npm:babel-polyfill",
|
||||||
"babel-register": "npm:babel-register",
|
|
||||||
"backbone": "npm:backbone",
|
"backbone": "npm:backbone",
|
||||||
"backbone.babysitter": "github:marionettejs/backbone.babysitter",
|
"backbone.babysitter": "github:marionettejs/backbone.babysitter",
|
||||||
"backbone.wreqr": "github:marionettejs/backbone.wreqr",
|
"backbone.wreqr": "github:marionettejs/backbone.wreqr",
|
||||||
@@ -263,14 +245,12 @@
|
|||||||
"buffer": "github:jspm/nodelibs-buffer",
|
"buffer": "github:jspm/nodelibs-buffer",
|
||||||
"bytebuffer" : "github:dcodeIO/bytebuffer.js",
|
"bytebuffer" : "github:dcodeIO/bytebuffer.js",
|
||||||
"can": "npm:can",
|
"can": "npm:can",
|
||||||
"cb-fetch": "npm:cb-fetch",
|
|
||||||
"chai": "npm:chai",
|
"chai": "npm:chai",
|
||||||
"chart": "github:nnnick/Chart.js",
|
"chart": "github:nnnick/Chart.js",
|
||||||
"chartist": "npm:chartist",
|
"chartist": "npm:chartist",
|
||||||
"child_process": "github:jspm/nodelibs-child_process",
|
"child_process": "github:jspm/nodelibs-child_process",
|
||||||
"chosen": "github:harvesthq/chosen",
|
"chosen": "github:harvesthq/chosen",
|
||||||
"chronoman": "npm:chronoman",
|
"chronoman": "npm:chronoman",
|
||||||
"clipboard": "npm:clipboard",
|
|
||||||
"cloudinary_js": "github:cloudinary/cloudinary_js",
|
"cloudinary_js": "github:cloudinary/cloudinary_js",
|
||||||
"cluster": "github:jspm/nodelibs-cluster",
|
"cluster": "github:jspm/nodelibs-cluster",
|
||||||
"cmdrjs": "github:cmdrjs/cmdrjs",
|
"cmdrjs": "github:cmdrjs/cmdrjs",
|
||||||
@@ -309,11 +289,6 @@
|
|||||||
"ember-data": "github:components/ember-data",
|
"ember-data": "github:components/ember-data",
|
||||||
"ember-wiz": "github:ricottatosta/ember-wiz",
|
"ember-wiz": "github:ricottatosta/ember-wiz",
|
||||||
"enumify": "github:rauschma/enumify",
|
"enumify": "github:rauschma/enumify",
|
||||||
"enzyme": "npm:enzyme",
|
|
||||||
"escope": "npm:escope",
|
|
||||||
"esprima": "npm:esprima",
|
|
||||||
"estraverse": "npm:estraverse",
|
|
||||||
"esutils": "npm:esutils",
|
|
||||||
"eslint": "npm:eslint",
|
"eslint": "npm:eslint",
|
||||||
"eslint-plugin-react": "npm:eslint-plugin-react",
|
"eslint-plugin-react": "npm:eslint-plugin-react",
|
||||||
"eslint-plugin-react-native": "npm:eslint-plugin-react-native",
|
"eslint-plugin-react-native": "npm:eslint-plugin-react-native",
|
||||||
@@ -353,7 +328,6 @@
|
|||||||
"highcharts": "github:highcharts/highcharts",
|
"highcharts": "github:highcharts/highcharts",
|
||||||
"highlightjs": "github:components/highlightjs",
|
"highlightjs": "github:components/highlightjs",
|
||||||
"hoek": "github:capaj/hoek-browser",
|
"hoek": "github:capaj/hoek-browser",
|
||||||
"homefront": "npm:homefront",
|
|
||||||
"http": "github:jspm/nodelibs-http",
|
"http": "github:jspm/nodelibs-http",
|
||||||
"https": "github:jspm/nodelibs-https",
|
"https": "github:jspm/nodelibs-https",
|
||||||
"humane-js": "github:wavded/humane-js",
|
"humane-js": "github:wavded/humane-js",
|
||||||
@@ -375,9 +349,8 @@
|
|||||||
"jiff": "github:cujojs/jiff",
|
"jiff": "github:cujojs/jiff",
|
||||||
"joi": "github:capaj/joi-browser",
|
"joi": "github:capaj/joi-browser",
|
||||||
"jquery": "npm:jquery",
|
"jquery": "npm:jquery",
|
||||||
"jquery-ui": "npm:jquery-ui",
|
"jquery-ui": "github:components/jqueryui",
|
||||||
"jquery-ui-layout": "github:allpro/layout",
|
"jquery-ui-layout": "github:allpro/layout",
|
||||||
"jquery-autocomplete": "github:devbridge/jQuery-Autocomplete",
|
|
||||||
"jquery-autosize": "github:jackmoore/autosize",
|
"jquery-autosize": "github:jackmoore/autosize",
|
||||||
"jquery-custom-selection": "github:michalstocki/jquery-custom-selection",
|
"jquery-custom-selection": "github:michalstocki/jquery-custom-selection",
|
||||||
"jquery-fancytree": "github:mar10/fancytree",
|
"jquery-fancytree": "github:mar10/fancytree",
|
||||||
@@ -567,7 +540,6 @@
|
|||||||
"servicestack-client": "npm:servicestack-client",
|
"servicestack-client": "npm:servicestack-client",
|
||||||
"scoped-polyfill": "github:PM5544/scoped-polyfill",
|
"scoped-polyfill": "github:PM5544/scoped-polyfill",
|
||||||
"showdown": "github:showdownjs/showdown",
|
"showdown": "github:showdownjs/showdown",
|
||||||
"should": "npm:should",
|
|
||||||
"sifter": "github:brianreavis/sifter.js",
|
"sifter": "github:brianreavis/sifter.js",
|
||||||
"simple-date": "npm:simple-datejs",
|
"simple-date": "npm:simple-datejs",
|
||||||
"skeleton": "github:dhg/Skeleton",
|
"skeleton": "github:dhg/Skeleton",
|
||||||
@@ -589,7 +561,7 @@
|
|||||||
"svg.js": "github:wout/svg.js",
|
"svg.js": "github:wout/svg.js",
|
||||||
"systemjs-config-builder": "npm:systemjs-config-builder",
|
"systemjs-config-builder": "npm:systemjs-config-builder",
|
||||||
"systemjs-hmr": "npm:systemjs-hmr",
|
"systemjs-hmr": "npm:systemjs-hmr",
|
||||||
"systemjs-hot-reloader": "npm:systemjs-hot-reloader",
|
"systemjs-hot-reloader": "github:capaj/systemjs-hot-reloader",
|
||||||
"systemjs-hot-reloader-store": "github:peteruithoven/systemjs-hot-reloader-store",
|
"systemjs-hot-reloader-store": "github:peteruithoven/systemjs-hot-reloader-store",
|
||||||
"systemjs-reloader": "github:npbenjohnson/systemjs-reloader",
|
"systemjs-reloader": "github:npbenjohnson/systemjs-reloader",
|
||||||
"systemjs-tools": "npm:systemjs-tools",
|
"systemjs-tools": "npm:systemjs-tools",
|
||||||
@@ -599,7 +571,6 @@
|
|||||||
"tape": "npm:tape",
|
"tape": "npm:tape",
|
||||||
"teo": "npm:teo",
|
"teo": "npm:teo",
|
||||||
"textAngular": "github:fraywing/textAngular",
|
"textAngular": "github:fraywing/textAngular",
|
||||||
"textures": "npm:textures",
|
|
||||||
"three.js": "github:mrdoob/three.js",
|
"three.js": "github:mrdoob/three.js",
|
||||||
"three": "github:mrdoob/three.js",
|
"three": "github:mrdoob/three.js",
|
||||||
"threestrap": "github:unconed/threestrap",
|
"threestrap": "github:unconed/threestrap",
|
||||||
@@ -616,7 +587,6 @@
|
|||||||
"traceur": "github:jmcriffey/bower-traceur",
|
"traceur": "github:jmcriffey/bower-traceur",
|
||||||
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime",
|
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime",
|
||||||
"traverse": "npm:traverse",
|
"traverse": "npm:traverse",
|
||||||
"tslib": "npm:tslib",
|
|
||||||
"typescript": "npm:typescript",
|
"typescript": "npm:typescript",
|
||||||
"tty": "github:jspm/nodelibs-tty",
|
"tty": "github:jspm/nodelibs-tty",
|
||||||
"twitter": "npm:twitter",
|
"twitter": "npm:twitter",
|
||||||
@@ -629,12 +599,10 @@
|
|||||||
"uikit": "github:uikit/uikit",
|
"uikit": "github:uikit/uikit",
|
||||||
"underscore": "npm:underscore",
|
"underscore": "npm:underscore",
|
||||||
"unexpected": "npm:unexpected",
|
"unexpected": "npm:unexpected",
|
||||||
"unpartial": "npm:unpartial",
|
|
||||||
"uri-templates": "npm:uri-templates",
|
"uri-templates": "npm:uri-templates",
|
||||||
"uri": "github:medialize/URI.js",
|
"uri": "github:medialize/URI.js",
|
||||||
"url": "github:jspm/nodelibs-url",
|
"url": "github:jspm/nodelibs-url",
|
||||||
"util": "github:jspm/nodelibs-util",
|
"util": "github:jspm/nodelibs-util",
|
||||||
"v-accordion": "npm:v-accordion",
|
|
||||||
"vm": "github:jspm/nodelibs-vm",
|
"vm": "github:jspm/nodelibs-vm",
|
||||||
"vdom-virtualize": "npm:vdom-virtualize",
|
"vdom-virtualize": "npm:vdom-virtualize",
|
||||||
"velocity": "github:julianshapiro/velocity",
|
"velocity": "github:julianshapiro/velocity",
|
||||||
@@ -644,7 +612,6 @@
|
|||||||
"vue": "npm:vue",
|
"vue": "npm:vue",
|
||||||
"webcomponents": "npm:webcomponents",
|
"webcomponents": "npm:webcomponents",
|
||||||
"webfont": "github:components/webfontloader",
|
"webfont": "github:components/webfontloader",
|
||||||
"webgazer": "github:brownhci/WebGazer",
|
|
||||||
"when": "github:cujojs/when",
|
"when": "github:cujojs/when",
|
||||||
"wire": "github:cujojs/wire",
|
"wire": "github:cujojs/wire",
|
||||||
"wordcloud2": "github:timdream/wordcloud2.js",
|
"wordcloud2": "github:timdream/wordcloud2.js",
|
||||||
@@ -654,6 +621,5 @@
|
|||||||
"zlib": "github:jspm/nodelibs-zlib",
|
"zlib": "github:jspm/nodelibs-zlib",
|
||||||
"zone.js": "npm:zone.js",
|
"zone.js": "npm:zone.js",
|
||||||
"zygo": "github:zygo-io/zygo",
|
"zygo": "github:zygo-io/zygo",
|
||||||
"zygo-blog": "github:zygo-io/zygo-blog",
|
"zygo-blog": "github:zygo-io/zygo-blog"
|
||||||
"datum-jspm-github":"github:DatumPlatformInteractive/jspm-github"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user