Compare commits
123
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cc83c8e921 | ||
|
|
f987d862d6 | ||
|
|
0f5d9e2e8b | ||
|
|
6ebe910fc9 | ||
|
|
0d8c023d30 | ||
|
|
1830b12670 | ||
|
|
a26a88db01 | ||
|
|
996085cabe | ||
|
|
b3fbc13b78 | ||
|
|
607259d24d | ||
|
|
fa8e3fcb66 | ||
|
|
5e7068a8da | ||
|
|
d9f42b7ddd | ||
|
|
c160e61470 | ||
|
|
fde553036a | ||
|
|
25553849d6 | ||
|
|
3e528889d2 | ||
|
|
245d7b262c | ||
|
|
5754f14bdb | ||
|
|
718e44f4f6 | ||
|
|
065f2e0156 | ||
|
|
4ca5e0d4e2 | ||
|
|
457e3c3a67 | ||
|
|
0833d93fce | ||
|
|
9cc8e25640 | ||
|
|
d7522ae17b | ||
|
|
f46e806397 | ||
|
|
1944d41be9 | ||
|
|
dd63c5e2c2 | ||
|
|
74f8f55070 | ||
|
|
f9a809459a | ||
|
|
41ed76f3f0 | ||
|
|
c606174572 | ||
|
|
9c504acf83 | ||
|
|
d37b670532 | ||
|
|
664dd34a9a | ||
|
|
0e6d9ad0c0 | ||
|
|
76c47c5944 | ||
|
|
801e379538 | ||
|
|
da4f9f982f | ||
|
|
a1914bf196 | ||
|
|
f6e5da5edd | ||
|
|
f200d0ca7a | ||
|
|
67c53cbefa | ||
|
|
2be08dd907 | ||
|
|
5f19eb71da | ||
|
|
0a059a62f5 | ||
|
|
d530a21d36 | ||
|
|
461a05ce69 | ||
|
|
11a2a7a01b | ||
|
|
b7706def4f | ||
|
|
87f6f34fa9 | ||
|
|
2275f794d7 | ||
|
|
39533aef79 | ||
|
|
52fcf0f005 | ||
|
|
97f728b185 | ||
|
|
b145a473b2 | ||
|
|
30b2b41e13 | ||
|
|
c6ca64a549 | ||
|
|
e247db070e | ||
|
|
9ba8125f69 | ||
|
|
316b5eaeb3 | ||
|
|
f055fe70bc | ||
|
|
0e690d7cfc | ||
|
|
8e8a517e54 | ||
|
|
0abbe8cb5c | ||
|
|
538b914e81 | ||
|
|
30503d115e | ||
|
|
c88718e6ad | ||
|
|
b73c926ba1 | ||
|
|
9d5891c2b9 | ||
|
|
84fd6debc5 | ||
|
|
e5e1ea4036 | ||
|
|
7e8bf1baf7 | ||
|
|
fc0729c853 | ||
|
|
4dbcd60fde | ||
|
|
00124eb8f8 | ||
|
|
675e21f94c | ||
|
|
bd44151689 | ||
|
|
be2843b16f | ||
|
|
1efc81df23 | ||
|
|
7ec10d6d8f | ||
|
|
a1d4bac0ab | ||
|
|
02b8562a75 | ||
|
|
edc6badda3 | ||
|
|
7543516fed | ||
|
|
fb1a0f07ca | ||
|
|
148d8acb1d | ||
|
|
26c127a44b | ||
|
|
be63152449 | ||
|
|
3aa57157b5 | ||
|
|
0db5551d3a | ||
|
|
9d4f4911e3 | ||
|
|
df568b6dee | ||
|
|
0179f72aa5 | ||
|
|
f448392af4 | ||
|
|
f1d5aad7a1 | ||
|
|
f96c2fd8b6 | ||
|
|
cfd3be4256 | ||
|
|
052eb7cf47 | ||
|
|
883b64de7e | ||
|
|
050355f638 | ||
|
|
6e36757d80 | ||
|
|
3e9ac9e872 | ||
|
|
5424de3e30 | ||
|
|
edcb218242 | ||
|
|
7645a87dd2 | ||
|
|
29de9b27a9 | ||
|
|
d316991b38 | ||
|
|
1e0f0760b3 | ||
|
|
f40f051c62 | ||
|
|
f964066dbf | ||
|
|
45a27530cc | ||
|
|
2cc0ac8c6b | ||
|
|
b143a886c6 | ||
|
|
56ea18e060 | ||
|
|
9b87f01d1f | ||
|
|
e576e832fe | ||
|
|
da72d95f56 | ||
|
|
48caf5e7a6 | ||
|
|
b1f5c8b792 | ||
|
|
cd2d4ae2be | ||
|
|
5c3d35b890 |
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"main": "js/materialize",
|
"main": "js/materialize",
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"registry": "github",
|
|
||||||
"shim": {
|
"shim": {
|
||||||
"js/materialize": {
|
"js/materialize": {
|
||||||
"deps": [
|
"deps": [
|
||||||
@@ -11,7 +10,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "*",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "*",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -12,8 +12,9 @@
|
|||||||
"exports": "$"
|
"exports": "$"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"registry": "jspm",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "*",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"main": ["schema-form.min.js", "bootstrap-decorator.min.js"]
|
|
||||||
}
|
|
||||||
@@ -13,5 +13,8 @@
|
|||||||
"ace/ace"
|
"ace/ace"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"map": {
|
||||||
|
"ace": "."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"main": "dist/ag-grid.js",
|
"main": "dist/ag-grid.js",
|
||||||
"shim": {
|
"shim": {
|
||||||
"dist/ag-grid": {
|
"dist/ag-grid": {
|
||||||
"deps": ["./dist/styles/ag-grid.css!"]
|
"deps": ["./styles/ag-grid.css!"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/bytebuffer",
|
||||||
|
"dependencies": {
|
||||||
|
"long": "github:dcodeIO/long.js@^3.1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/long"
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/protobuf",
|
||||||
|
"dependencies": {
|
||||||
|
"bytebuffer": "github:dcodeIO/bytebuffer.js@^5.0.1",
|
||||||
|
"fs": "github:jspm/nodelibs-fs@^0.1.2",
|
||||||
|
"path": "github:jspm/nodelibs-path@^0.1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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",
|
"main": "chosen.jquery",
|
||||||
"files": ["chosen.jquery.js","chosen.jquery.min.js", "chosen.min.css","chosen.css", "chosen-sprite.png", "chosen-sprite@2x.png"],
|
"files": ["chosen.jquery.js","chosen.jquery.min.js", "chosen.min.css","chosen.css", "chosen-sprite.png", "chosen-sprite@2x.png"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "*"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"chosen.jquery": ["./chosen.css!", "jquery"],
|
"chosen.jquery": ["./chosen.css!", "jquery"],
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"main": "snap.js",
|
||||||
|
"dependencies": {
|
||||||
|
"css": "github:systemjs/plugin-css@^0.1.20"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"snap": ["./snap.css!"]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,10 +2,10 @@
|
|||||||
"main": "js/fileinput",
|
"main": "js/fileinput",
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "*",
|
||||||
"bootstrap": "github:twbs/bootstrap",
|
"bootstrap": "github:twbs/bootstrap",
|
||||||
"css": "github:systemjs/plugin-css",
|
"css": "*",
|
||||||
"canvas-to-blob":"npm:canvas-to-blob"
|
"blueimp-canvas-to-blob":"npm:blueimp-canvas-to-blob"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"js/fileinput.js",
|
"js/fileinput.js",
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
"shim": {
|
"shim": {
|
||||||
"js/fileinput": {
|
"js/fileinput": {
|
||||||
"deps": ["jquery", "bootstrap", "canvas-to-blob", "../css/fileinput.css!"],
|
"deps": ["jquery", "bootstrap", "blueimp-canvas-to-blob", "../css/fileinput.css!"],
|
||||||
"exports": "$"
|
"exports": "$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/angular-chosen",
|
||||||
|
"dependencies": {
|
||||||
|
"angular": "^1.2.0",
|
||||||
|
"chosen": "^1.1.0"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"chosen": {
|
||||||
|
"deps": [
|
||||||
|
"angular",
|
||||||
|
"chosen"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery"
|
"jquery": "*"
|
||||||
},
|
},
|
||||||
"files": ["dist", "fonts", "js", "css", "less", "grunt", "LICENSE"],
|
"files": ["dist", "fonts", "js", "css", "less", "grunt", "LICENSE"],
|
||||||
"systemjs": {
|
"systemjs": {
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "*",
|
||||||
"tether": "github:HubSpot/tether@^1.1.1"
|
"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,7 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"src/*.js": {
|
||||||
|
"deps": ["reflect-metadata", "zone.js"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"src/*.js": {
|
||||||
|
"deps": ["reflect-metadata", "zone.js"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"src/*.js": {
|
||||||
|
"deps": ["reflect-metadata", "zone.js"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"src/*.js": {
|
||||||
|
"deps": ["reflect-metadata", "zone.js"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"src/*.js": {
|
||||||
|
"deps": ["reflect-metadata", "zone.js"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"src/*.js": {
|
||||||
|
"deps": ["reflect-metadata", "zone.js"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"src/*.js": {
|
||||||
|
"deps": ["reflect-metadata", "zone.js"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"main": "lib/ActionExecutor.js",
|
||||||
|
"format": "cjs"
|
||||||
|
}
|
||||||
+3
@@ -11,6 +11,9 @@
|
|||||||
"zone.js": "npm:zone.js@^0.6.6"
|
"zone.js": "npm:zone.js@^0.6.6"
|
||||||
},
|
},
|
||||||
"jspmNodeConversion": false,
|
"jspmNodeConversion": false,
|
||||||
|
"map": {
|
||||||
|
"crypto": "@empty"
|
||||||
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"src/*.js": {
|
"src/*.js": {
|
||||||
"deps": ["reflect-metadata", "zone.js"]
|
"deps": ["reflect-metadata", "zone.js"]
|
||||||
@@ -11,6 +11,9 @@
|
|||||||
"zone.js": "npm:zone.js@^0.5.15"
|
"zone.js": "npm:zone.js@^0.5.15"
|
||||||
},
|
},
|
||||||
"jspmNodeConversion": false,
|
"jspmNodeConversion": false,
|
||||||
|
"map": {
|
||||||
|
"crypto": "@empty"
|
||||||
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"src/*.js": {
|
"src/*.js": {
|
||||||
"deps": ["reflect-metadata", "zone.js"]
|
"deps": ["reflect-metadata", "zone.js"]
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/cropper",
|
||||||
|
"jspmNodeConversion": false,
|
||||||
|
"registry": "jspm",
|
||||||
|
"dependencies": {
|
||||||
|
"css": "*"
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"dist/cropper": [
|
||||||
|
"./cropper.css!"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"jspmNodeConversion": false
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"meta": {
|
||||||
|
"lib/util/factory.js": {
|
||||||
|
"deps": [
|
||||||
|
"../store/fslookup.js",
|
||||||
|
"../store/memory.js",
|
||||||
|
"../store/tmp.js",
|
||||||
|
"../report/clover.js",
|
||||||
|
"../report/cobertura.js",
|
||||||
|
"../report/html.js"
|
||||||
|
],
|
||||||
|
"cjsDeferDepsExecute": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"main": "src/jsonFormatter"
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"jspmNodeConversion": false
|
||||||
|
}
|
||||||
@@ -1,23 +1,18 @@
|
|||||||
{
|
{
|
||||||
"format": "global",
|
"format": "global",
|
||||||
"files": [
|
|
||||||
"dist/js/materialize.js",
|
|
||||||
"dist/css/materialize.css",
|
|
||||||
"dist/font/**/*",
|
|
||||||
"extras/noUiSlider/*"
|
|
||||||
],
|
|
||||||
"main": "dist/js/materialize",
|
"main": "dist/js/materialize",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"dist/js/materialize": {
|
"dist/js/materialize": {
|
||||||
"deps": [
|
"deps": [
|
||||||
"jquery",
|
"jquery",
|
||||||
"../css/materialize.css!"
|
"../css/materialize.css!"
|
||||||
],
|
],
|
||||||
"exports": "$"
|
"exports": "$"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"jspmNodeConversion": false
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"jspmNodeConversion": false
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"main": "lib/index.js"
|
||||||
|
}
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"browser": {},
|
||||||
|
"map": {
|
||||||
|
"buffer": "@empty",
|
||||||
|
"child_process": "@empty",
|
||||||
|
"fs": "@empty",
|
||||||
|
"path": "@empty",
|
||||||
|
"process": "@empty",
|
||||||
|
"readline": "@empty"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"jspmNodeConversion": false
|
||||||
|
}
|
||||||
+53
-24
@@ -4,6 +4,7 @@
|
|||||||
"css": "github:systemjs/plugin-css",
|
"css": "github:systemjs/plugin-css",
|
||||||
"ember-hbs": "github:n-fuse/plugin-ember-hbs",
|
"ember-hbs": "github:n-fuse/plugin-ember-hbs",
|
||||||
"font": "github:guybedford/system-font",
|
"font": "github:guybedford/system-font",
|
||||||
|
"i18nt": "github:robhicks/plugin-i18nt",
|
||||||
"image": "github:systemjs/plugin-image",
|
"image": "github:systemjs/plugin-image",
|
||||||
"jade": "github:johnsoftek/plugin-jade",
|
"jade": "github:johnsoftek/plugin-jade",
|
||||||
"json": "github:systemjs/plugin-json",
|
"json": "github:systemjs/plugin-json",
|
||||||
@@ -18,6 +19,7 @@
|
|||||||
"raw": "github:matthewbauer/plugin-raw",
|
"raw": "github:matthewbauer/plugin-raw",
|
||||||
"sass": "github:mobilexag/plugin-sass",
|
"sass": "github:mobilexag/plugin-sass",
|
||||||
"scss": "github:KevCJones/plugin-scss",
|
"scss": "github:KevCJones/plugin-scss",
|
||||||
|
"svg": "github:npbenjohnson/plugin-svg",
|
||||||
"text": "github:systemjs/plugin-text",
|
"text": "github:systemjs/plugin-text",
|
||||||
"ts": "github:frankwallis/plugin-typescript",
|
"ts": "github:frankwallis/plugin-typescript",
|
||||||
"tsv": "github:wpf500/plugin-tsv",
|
"tsv": "github:wpf500/plugin-tsv",
|
||||||
@@ -62,11 +64,13 @@
|
|||||||
"angular-restmod": "github:platanus/angular-restmod",
|
"angular-restmod": "github:platanus/angular-restmod",
|
||||||
"angular-route": "github:angular/bower-angular-route",
|
"angular-route": "github:angular/bower-angular-route",
|
||||||
"angular-sanitize": "github:angular/bower-angular-sanitize",
|
"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-colorpicker": "github:Textalk/angular-schema-form-colorpicker",
|
||||||
"angular-schema-form-datepicker": "github:Textalk/angular-schema-form-datepicker",
|
"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-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-smart-table": "github:lorenzofox3/Smart-Table",
|
||||||
"angular-strap": "github:mgcrea/angular-strap",
|
"angular-strap": "github:mgcrea/angular-strap",
|
||||||
"angular-subscribe": "github:kasperlewau/angular-subscribe",
|
"angular-subscribe": "github:kasperlewau/angular-subscribe",
|
||||||
@@ -83,8 +87,8 @@
|
|||||||
"angular-tree-control": "github:wix/angular-tree-control",
|
"angular-tree-control": "github:wix/angular-tree-control",
|
||||||
"angular-ui-grid": "github:angular-ui/bower-ui-grid",
|
"angular-ui-grid": "github:angular-ui/bower-ui-grid",
|
||||||
"angular-ui-layout": "github:angular-ui/ui-layout",
|
"angular-ui-layout": "github:angular-ui/ui-layout",
|
||||||
"angular-ui-router": "github:angular-ui/ui-router",
|
"angular-ui-router": "github:angular-ui/angular-ui-router-bower",
|
||||||
"angular-ui-router-extras": "github:christopherthielen/ui-router-extras",
|
"angular-ui-router-extras": "npm:ui-router-extras",
|
||||||
"angular-ui-select": "github:angular-ui/ui-select",
|
"angular-ui-select": "github:angular-ui/ui-select",
|
||||||
"angular-ui-select2": "github:angular-ui/ui-select2",
|
"angular-ui-select2": "github:angular-ui/ui-select2",
|
||||||
"angular-ui-tree": "github:angular-ui-tree/angular-ui-tree",
|
"angular-ui-tree": "github:angular-ui-tree/angular-ui-tree",
|
||||||
@@ -101,27 +105,24 @@
|
|||||||
"army-knife": "npm:army-knife",
|
"army-knife": "npm:army-knife",
|
||||||
"array-sugar": "github:capaj/array-sugar",
|
"array-sugar": "github:capaj/array-sugar",
|
||||||
"assert": "github:jspm/nodelibs-assert",
|
"assert": "github:jspm/nodelibs-assert",
|
||||||
"aurelia-pal": "npm:aurelia-pal",
|
|
||||||
"aurelia-polyfills": "npm:aurelia-polyfills",
|
|
||||||
"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-css": "npm:aurelia-animator-css",
|
||||||
"aurelia-animator-velocity": "npm:aurelia-animator-velocity",
|
"aurelia-animator-velocity": "npm:aurelia-animator-velocity",
|
||||||
"aurelia-auth":"github:paulvanbladel/aurelia-auth",
|
"aurelia-api": "npm:aurelia-api",
|
||||||
"aurelia-authentication":"github:spoonx/aurelia-authentication",
|
"aurelia-async": "npm:aurelia-async",
|
||||||
"aurelia-api":"github:spoonx/aurelia-api",
|
"aurelia-auth": "npm:aurelia-auth",
|
||||||
"aurelia-orm":"github:spoonx/aurelia-orm",
|
"aurelia-authentication": "npm:aurelia-authentication",
|
||||||
"aurelia-notification":"github:spoonx/aurelia-notification",
|
|
||||||
"aurelia-binding": "npm:aurelia-binding",
|
"aurelia-binding": "npm:aurelia-binding",
|
||||||
"aurelia-breeze": "npm:aurelia-breeze",
|
"aurelia-bootstrap-switch": "github:drdwilcox/aurelia-bootstrap-switch",
|
||||||
"aurelia-bootstrapper": "npm:aurelia-bootstrapper",
|
"aurelia-bootstrapper": "npm:aurelia-bootstrapper",
|
||||||
|
"aurelia-breeze": "npm:aurelia-breeze",
|
||||||
"aurelia-bs-modal": "github:pwkad/aurelia-bs-modal",
|
"aurelia-bs-modal": "github:pwkad/aurelia-bs-modal",
|
||||||
"aurelia-cmdrjs": "github:cmdrjs/aurelia-cmdrjs",
|
"aurelia-cmdrjs": "github:cmdrjs/aurelia-cmdrjs",
|
||||||
"aurelia-computed": "npm:aurelia-computed",
|
"aurelia-computed": "npm:aurelia-computed",
|
||||||
"aurelia-configuration": "github:vheissu/aurelia-configuration",
|
"aurelia-configuration": "github:vheissu/aurelia-configuration",
|
||||||
|
"aurelia-date-observer": "github:sormy/aurelia-date-observer",
|
||||||
"aurelia-dependency-injection": "npm:aurelia-dependency-injection",
|
"aurelia-dependency-injection": "npm:aurelia-dependency-injection",
|
||||||
"aurelia-dialog": "npm:aurelia-dialog",
|
"aurelia-dialog": "npm:aurelia-dialog",
|
||||||
|
"aurelia-dragula": "npm:aurelia-dragula",
|
||||||
"aurelia-ej-bridge": "github:syncfusion/aurelia-ej-bridge",
|
"aurelia-ej-bridge": "github:syncfusion/aurelia-ej-bridge",
|
||||||
"aurelia-environment": "github:MarcScheib/aurelia-environment",
|
"aurelia-environment": "github:MarcScheib/aurelia-environment",
|
||||||
"aurelia-event-aggregator": "npm:aurelia-event-aggregator",
|
"aurelia-event-aggregator": "npm:aurelia-event-aggregator",
|
||||||
@@ -133,38 +134,50 @@
|
|||||||
"aurelia-google-maps": "npm:aurelia-google-maps",
|
"aurelia-google-maps": "npm:aurelia-google-maps",
|
||||||
"aurelia-history": "npm:aurelia-history",
|
"aurelia-history": "npm:aurelia-history",
|
||||||
"aurelia-history-browser": "npm:aurelia-history-browser",
|
"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-html-template-element": "github:aurelia/html-template-element",
|
||||||
"aurelia-http-client": "npm:aurelia-http-client",
|
"aurelia-http-client": "npm:aurelia-http-client",
|
||||||
"aurelia-i18n": "npm:aurelia-i18n",
|
"aurelia-i18n": "npm:aurelia-i18n",
|
||||||
"aurelia-kendoui-bridge": "npm:aurelia-kendoui-bridge",
|
"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": "npm:aurelia-loader",
|
||||||
"aurelia-loader-default": "npm:aurelia-loader-default",
|
"aurelia-loader-default": "npm:aurelia-loader-default",
|
||||||
"aurelia-logging": "npm:aurelia-logging",
|
"aurelia-logging": "npm:aurelia-logging",
|
||||||
"aurelia-logging-console": "npm:aurelia-logging-console",
|
"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-bridge": "npm:aurelia-materialize-bridge",
|
||||||
"aurelia-materialize-css": "npm:aurelia-materialize-css",
|
"aurelia-materialize-css": "npm:aurelia-materialize-css",
|
||||||
"aurelia-material-design-lite": "github:Gheoan/aurelia-material-design-lite",
|
|
||||||
"aurelia-metadata": "npm:aurelia-metadata",
|
"aurelia-metadata": "npm:aurelia-metadata",
|
||||||
"aurelia-modal": "github:vheissu/aurelia-modal",
|
"aurelia-modal": "github:vheissu/aurelia-modal",
|
||||||
"aurelia-notification": "github:MarcScheib/aurelia-notification",
|
"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-path": "npm:aurelia-path",
|
||||||
|
"aurelia-polyfills": "npm:aurelia-polyfills",
|
||||||
"aurelia-polymer": "github:roguePanda/aurelia-polymer",
|
"aurelia-polymer": "github:roguePanda/aurelia-polymer",
|
||||||
"aurelia-resize": "github:MeirionHughes/aurelia-resize",
|
"aurelia-resize": "github:MeirionHughes/aurelia-resize",
|
||||||
"aurelia-route-recognizer": "npm:aurelia-route-recognizer",
|
"aurelia-route-recognizer": "npm:aurelia-route-recognizer",
|
||||||
"aurelia-router": "npm:aurelia-router",
|
"aurelia-router": "npm:aurelia-router",
|
||||||
"aurelia-router-loader": "npm:aurelia-router-loader",
|
"aurelia-router-loader": "npm:aurelia-router-loader",
|
||||||
|
"aurelia-stats": "github:sormy/aurelia-stats",
|
||||||
"aurelia-swagger-client":"github:paulvanbladel/aurelia-swagger-client",
|
"aurelia-swagger-client":"github:paulvanbladel/aurelia-swagger-client",
|
||||||
|
"aurelia-syntax-highlighter": "npm:aurelia-syntax-highlighter",
|
||||||
"aurelia-tabs": "github:vheissu/aurelia-tabs",
|
"aurelia-tabs": "github:vheissu/aurelia-tabs",
|
||||||
"aurelia-task-queue": "npm:aurelia-task-queue",
|
"aurelia-task-queue": "npm:aurelia-task-queue",
|
||||||
"aurelia-templating": "npm:aurelia-templating",
|
"aurelia-templating": "npm:aurelia-templating",
|
||||||
"aurelia-templating-binding": "npm:aurelia-templating-binding",
|
"aurelia-templating-binding": "npm:aurelia-templating-binding",
|
||||||
"aurelia-templating-resources": "npm:aurelia-templating-resources",
|
"aurelia-templating-resources": "npm:aurelia-templating-resources",
|
||||||
"aurelia-templating-router": "npm:aurelia-templating-router",
|
"aurelia-templating-router": "npm:aurelia-templating-router",
|
||||||
|
"aurelia-testing": "npm:aurelia-testing",
|
||||||
|
"aurelia-ui-framework": "github:adarshpastakia/aurelia-ui-framework",
|
||||||
"aurelia-ui-virtualization": "npm:aurelia-ui-virtualization",
|
"aurelia-ui-virtualization": "npm:aurelia-ui-virtualization",
|
||||||
|
"aurelia-validatejs": "npm:aurelia-validatejs",
|
||||||
"aurelia-validation": "npm:aurelia-validation",
|
"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",
|
"autosize": "github:jackmoore/autosize",
|
||||||
"babel": "npm:babel-core",
|
"babel": "npm:babel-core",
|
||||||
"babel-runtime": "npm:babel-runtime",
|
"babel-runtime": "npm:babel-runtime",
|
||||||
@@ -177,7 +190,7 @@
|
|||||||
"bacon-matchers": "npm:bacon.matchers",
|
"bacon-matchers": "npm:bacon.matchers",
|
||||||
"bacon-model": "npm:bacon.model",
|
"bacon-model": "npm:bacon.model",
|
||||||
"basespace": "npm:basespace",
|
"basespace": "npm:basespace",
|
||||||
"belmgr-plugins": "npm:belmgr-plugins",
|
"belmgr-plugin": "npm:belmgr-plugin",
|
||||||
"benchmark": "npm:benchmark",
|
"benchmark": "npm:benchmark",
|
||||||
"big.js": "npm:big.js",
|
"big.js": "npm:big.js",
|
||||||
"bignumber.js": "npm:bignumber.js",
|
"bignumber.js": "npm:bignumber.js",
|
||||||
@@ -192,7 +205,7 @@
|
|||||||
"bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog",
|
"bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog",
|
||||||
"breeze": "npm:breeze-client",
|
"breeze": "npm:breeze-client",
|
||||||
"buffer": "github:jspm/nodelibs-buffer",
|
"buffer": "github:jspm/nodelibs-buffer",
|
||||||
"bytebuffer.js" : "github:dcodeIO/bytebuffer.js",
|
"bytebuffer" : "github:dcodeIO/bytebuffer.js",
|
||||||
"can": "npm:can",
|
"can": "npm:can",
|
||||||
"chai": "npm:chai",
|
"chai": "npm:chai",
|
||||||
"chart": "github:nnnick/Chart.js",
|
"chart": "github:nnnick/Chart.js",
|
||||||
@@ -209,6 +222,8 @@
|
|||||||
"constants": "github:jspm/nodelibs-constants",
|
"constants": "github:jspm/nodelibs-constants",
|
||||||
"core-js": "npm:core-js",
|
"core-js": "npm:core-js",
|
||||||
"cram": "github:cujojs/cram",
|
"cram": "github:cujojs/cram",
|
||||||
|
"create-node": "npm:create-node",
|
||||||
|
"cropperjs": "npm:cropperjs",
|
||||||
"crypto": "github:jspm/nodelibs-crypto",
|
"crypto": "github:jspm/nodelibs-crypto",
|
||||||
"cryptojs": "github:sytelus/cryptojs",
|
"cryptojs": "github:sytelus/cryptojs",
|
||||||
"css-element-queries": "github:marcj/css-element-queries",
|
"css-element-queries": "github:marcj/css-element-queries",
|
||||||
@@ -226,6 +241,7 @@
|
|||||||
"dimple": "github:PMSI-AlignAlytics/dimple",
|
"dimple": "github:PMSI-AlignAlytics/dimple",
|
||||||
"dns": "github:jspm/nodelibs-dns",
|
"dns": "github:jspm/nodelibs-dns",
|
||||||
"domain": "github:jspm/nodelibs-domain",
|
"domain": "github:jspm/nodelibs-domain",
|
||||||
|
"domali": "npm:domali",
|
||||||
"dragula": "npm:dragula",
|
"dragula": "npm:dragula",
|
||||||
"dropzone": "github:enyo/dropzone",
|
"dropzone": "github:enyo/dropzone",
|
||||||
"duratiform": "npm:duratiform",
|
"duratiform": "npm:duratiform",
|
||||||
@@ -254,6 +270,7 @@
|
|||||||
"font-awesome": "npm:font-awesome",
|
"font-awesome": "npm:font-awesome",
|
||||||
"foundation": "npm:foundation-sites",
|
"foundation": "npm:foundation-sites",
|
||||||
"fs": "github:jspm/nodelibs-fs",
|
"fs": "github:jspm/nodelibs-fs",
|
||||||
|
"fullcalendar": "npm:fullcalendar",
|
||||||
"functify": "npm:functify",
|
"functify": "npm:functify",
|
||||||
"golden-layout": "npm:golden-layout",
|
"golden-layout": "npm:golden-layout",
|
||||||
"greensock": "github:greensock/GreenSock-JS",
|
"greensock": "github:greensock/GreenSock-JS",
|
||||||
@@ -262,6 +279,7 @@
|
|||||||
"handlebars.js": "github:components/handlebars.js",
|
"handlebars.js": "github:components/handlebars.js",
|
||||||
"handlebars-group-by": "npm:handlebars-group-by",
|
"handlebars-group-by": "npm:handlebars-group-by",
|
||||||
"handlebars-layouts": "npm:handlebars-layouts",
|
"handlebars-layouts": "npm:handlebars-layouts",
|
||||||
|
"handsontable": "github:handsontable/handsontable",
|
||||||
"happy": "github:henrikjoreteg/Happy.js",
|
"happy": "github:henrikjoreteg/Happy.js",
|
||||||
"hbs": "github:davis/plugin-hbs",
|
"hbs": "github:davis/plugin-hbs",
|
||||||
"headroom.js": "github:WickyNilliams/headroom.js",
|
"headroom.js": "github:WickyNilliams/headroom.js",
|
||||||
@@ -336,6 +354,7 @@
|
|||||||
"knockout-paging": "npm:knockout-paging",
|
"knockout-paging": "npm:knockout-paging",
|
||||||
"knockout-pre-rendered": "npm:knockout-pre-rendered",
|
"knockout-pre-rendered": "npm:knockout-pre-rendered",
|
||||||
"knockout-select2": "github:cruikshj/knockout-select2",
|
"knockout-select2": "github:cruikshj/knockout-select2",
|
||||||
|
"knockout-sortable": "github:rniemeyer/knockout-sortable",
|
||||||
"knockout-validation": "github:Knockout-Contrib/Knockout-Validation",
|
"knockout-validation": "github:Knockout-Contrib/Knockout-Validation",
|
||||||
"lazy":"npm:lazy.js",
|
"lazy":"npm:lazy.js",
|
||||||
"leaflet": "github:Leaflet/Leaflet",
|
"leaflet": "github:Leaflet/Leaflet",
|
||||||
@@ -345,7 +364,7 @@
|
|||||||
"localforage": "npm:localforage",
|
"localforage": "npm:localforage",
|
||||||
"lodash": "npm:lodash",
|
"lodash": "npm:lodash",
|
||||||
"log4js": "github:mobilexag/log4js",
|
"log4js": "github:mobilexag/log4js",
|
||||||
"long.js" : "github:dcodeIO/long.js",
|
"long" : "github:dcodeIO/long.js",
|
||||||
"malihu-custom-scrollbar-plugin": "github:malihu/malihu-custom-scrollbar-plugin",
|
"malihu-custom-scrollbar-plugin": "github:malihu/malihu-custom-scrollbar-plugin",
|
||||||
"marionette": "github:marionettejs/backbone.marionette",
|
"marionette": "github:marionettejs/backbone.marionette",
|
||||||
"marvelous-aurelia-core": "github:marveloussoftware/marvelous-aurelia-core",
|
"marvelous-aurelia-core": "github:marveloussoftware/marvelous-aurelia-core",
|
||||||
@@ -356,6 +375,7 @@
|
|||||||
"masonry": "github:desandro/masonry",
|
"masonry": "github:desandro/masonry",
|
||||||
"material-design-lite": "github:google/material-design-lite",
|
"material-design-lite": "github:google/material-design-lite",
|
||||||
"material-design-icons": "github:google/material-design-icons",
|
"material-design-icons": "github:google/material-design-icons",
|
||||||
|
"material-ui": "npm:material-ui",
|
||||||
"materialize": "npm:materialize",
|
"materialize": "npm:materialize",
|
||||||
"mbe-nodes": "github:OptimalBPM/mbe-nodes",
|
"mbe-nodes": "github:OptimalBPM/mbe-nodes",
|
||||||
"meld": "github:cujojs/meld",
|
"meld": "github:cujojs/meld",
|
||||||
@@ -375,6 +395,7 @@
|
|||||||
"mq4-hover-shim": "npm:mq4-hover-shim",
|
"mq4-hover-shim": "npm:mq4-hover-shim",
|
||||||
"msgs": "github:cujojs/msgs",
|
"msgs": "github:cujojs/msgs",
|
||||||
"mustache": "github:janl/mustache.js",
|
"mustache": "github:janl/mustache.js",
|
||||||
|
"my-name-is-url": "npm:my-name-is-url",
|
||||||
"net": "github:jspm/nodelibs-net",
|
"net": "github:jspm/nodelibs-net",
|
||||||
"nexridge-client": "github:capaj/nexridge-client",
|
"nexridge-client": "github:capaj/nexridge-client",
|
||||||
"ng-dialog": "npm:ng-dialog",
|
"ng-dialog": "npm:ng-dialog",
|
||||||
@@ -395,6 +416,7 @@
|
|||||||
"numeral": "npm:numeral",
|
"numeral": "npm:numeral",
|
||||||
"numgen": "npm:numgen",
|
"numgen": "npm:numgen",
|
||||||
"nunjucks": "github:mozilla/nunjucks",
|
"nunjucks": "github:mozilla/nunjucks",
|
||||||
|
"nvd3": "npm:nvd3",
|
||||||
"observe-js": "github:Polymer/observe-js",
|
"observe-js": "github:Polymer/observe-js",
|
||||||
"oidc-client": "github:IdentityModel/oidc-client",
|
"oidc-client": "github:IdentityModel/oidc-client",
|
||||||
"omniscient": "npm:omniscient",
|
"omniscient": "npm:omniscient",
|
||||||
@@ -403,6 +425,7 @@
|
|||||||
"os": "github:jspm/nodelibs-os",
|
"os": "github:jspm/nodelibs-os",
|
||||||
"p5": "github:processing/p5.js",
|
"p5": "github:processing/p5.js",
|
||||||
"page": "npm:page",
|
"page": "npm:page",
|
||||||
|
"pajax": "github:pajax/pajax",
|
||||||
"parallax": "github:wagerfield/parallax",
|
"parallax": "github:wagerfield/parallax",
|
||||||
"path": "github:jspm/nodelibs-path",
|
"path": "github:jspm/nodelibs-path",
|
||||||
"paths-js": "npm:paths-js",
|
"paths-js": "npm:paths-js",
|
||||||
@@ -417,7 +440,7 @@
|
|||||||
"pretender": "npm:pretender",
|
"pretender": "npm:pretender",
|
||||||
"prism": "github:LeaVerou/prism",
|
"prism": "github:LeaVerou/prism",
|
||||||
"process": "github:jspm/nodelibs-process",
|
"process": "github:jspm/nodelibs-process",
|
||||||
"protobuf.js": "github:dcodeIO/protobuf.js",
|
"protobuf": "github:dcodeIO/protobuf.js",
|
||||||
"punycode": "github:jspm/nodelibs-punycode",
|
"punycode": "github:jspm/nodelibs-punycode",
|
||||||
"purecss": "npm:purecss",
|
"purecss": "npm:purecss",
|
||||||
"puremvc-standard": "github:PureMVC/puremvc-typescript-standard-framework",
|
"puremvc-standard": "github:PureMVC/puremvc-typescript-standard-framework",
|
||||||
@@ -482,6 +505,7 @@
|
|||||||
"svg.js": "github:wout/svg.js",
|
"svg.js": "github:wout/svg.js",
|
||||||
"systemjs-hot-reloader": "github:capaj/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",
|
||||||
"t7": "npm:t7",
|
"t7": "npm:t7",
|
||||||
"tabletools": "github:DataTables/TableTools",
|
"tabletools": "github:DataTables/TableTools",
|
||||||
"tag":"npm:systemjs-riot",
|
"tag":"npm:systemjs-riot",
|
||||||
@@ -494,6 +518,7 @@
|
|||||||
"theseus": "npm:theseus",
|
"theseus": "npm:theseus",
|
||||||
"theseus-angular": "npm:theseus-angular",
|
"theseus-angular": "npm:theseus-angular",
|
||||||
"toastr": "github:CodeSeven/toastr",
|
"toastr": "github:CodeSeven/toastr",
|
||||||
|
"toolbarjs": "npm:toolbarjs",
|
||||||
"topo": "github:capaj/topo-browser",
|
"topo": "github:capaj/topo-browser",
|
||||||
"timers": "github:jspm/nodelibs-timers",
|
"timers": "github:jspm/nodelibs-timers",
|
||||||
"tinycolor": "github:bgrins/TinyColor",
|
"tinycolor": "github:bgrins/TinyColor",
|
||||||
@@ -508,6 +533,10 @@
|
|||||||
"twitter": "npm:twitter",
|
"twitter": "npm:twitter",
|
||||||
"typeahead": "github:twitter/typeahead.js",
|
"typeahead": "github:twitter/typeahead.js",
|
||||||
"ua-parser-js": "npm:ua-parser-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",
|
"uikit": "github:uikit/uikit",
|
||||||
"underscore": "npm:underscore",
|
"underscore": "npm:underscore",
|
||||||
"unexpected": "npm:unexpected",
|
"unexpected": "npm:unexpected",
|
||||||
|
|||||||
Reference in New Issue
Block a user