Merge pull request #2 from jspm/master

Updated to latest downstream changes
This commit is contained in:
Dwayne Charrington
2016-03-01 16:17:55 +10:00
21 changed files with 221 additions and 0 deletions
@@ -0,0 +1,17 @@
{
"main": "js/materialize",
"format": "global",
"registry": "github",
"shim": {
"js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
]
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}
@@ -0,0 +1,12 @@
{
"main": "angular-messages",
"shim": {
"angular-messages": {
"deps": ["angular"]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.5.0"
}
}
@@ -0,0 +1,7 @@
{
"main": "dist/knockout-select2",
"dependencies": {
"jquery": "npm:jquery@^2.2.0",
"knockout": "github:knockout/knockout@^3.3.0"
}
}
@@ -0,0 +1,11 @@
{
"main": false,
"dependencies": {
"jquery": "npm:jquery",
"jqueryui": "github:components/jqueryui",
"knockout": "github:knockout/knockout"
},
"map": {
"jquery-ui": "jqueryui/ui"
}
}
@@ -0,0 +1,15 @@
{
"registry": "jspm",
"main": "chardinjs",
"format": "global",
"shim": {
"chardinjs": [
"jquery",
"./chardinjs.css!"
]
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}
@@ -0,0 +1,3 @@
{
"main": "lib/highcharts.src"
}
@@ -0,0 +1,13 @@
{
"main": "toaster",
"dependencies": {
"css": "jspm:css@*"
},
"shim": {
"toaster": {
"deps": [
"./toaster.css!"
]
}
}
}
@@ -0,0 +1,8 @@
{
"main": "./dist/material-design-icons.css!",
"format": "global",
"registry": "github",
"dependencies": {
"css": "github:systemjs/plugin-css"
}
}
@@ -0,0 +1,15 @@
{
"main": "chosen",
"dependencies": {
"angular": "^1.2.0",
"chosen": "^1.1.0"
},
"shim": {
"chosen": {
"deps": [
"angular",
"chosen"
]
}
}
}
@@ -0,0 +1,8 @@
{
"main": "dist/metisMenu",
"shim": {
"dist/metisMenu": [
"jquery"
]
}
}
@@ -0,0 +1,6 @@
{
"main": "js/select2",
"dependencies": {
"jquery": "npm:jquery@^2.2.0"
}
}
@@ -0,0 +1,11 @@
{
"registry": "jspm",
"main": "js/tag-it",
"shim": { "js/tag-it":
{ "deps": ["jquery","jquery-ui","../css/jquery.tagit.css!"],
"exports":"$" } },
"dependencies": { "jquery": "*",
"jquery-ui":"jspm:jqueryui@^1.8",
"css":"github:systemjs/plugin-css"},
"format": "global"
}
@@ -0,0 +1 @@
{}
@@ -0,0 +1,9 @@
{
"dependencies": {
"base64id": "0.1.0",
"debug": "2.2.0",
"ws": "1.0.1",
"engine.io-parser": "1.2.4",
"accepts": "1.3.1"
}
}
+6
View File
@@ -7,6 +7,12 @@
"exports": "mocha"
}
},
"meta": {
"mocha.js": {
"deps": ["./mocha.css!"],
"exports": "Mocha"
}
},
"dependencies": {
"css": "*"
},
@@ -0,0 +1,5 @@
{
"map": {
"socket.io-client/package": "socket.io-client/package.json"
}
}
+47
View File
@@ -0,0 +1,47 @@
{
"meta": {
"lib/svgo/config.js": {
"deps": [
"../../plugins/removeDoctype",
"../../plugins/removeXMLProcInst",
"../../plugins/removeComments",
"../../plugins/removeMetadata",
"../../plugins/removeEditorsNSData",
"../../plugins/cleanupAttrs",
"../../plugins/minifyStyles",
"../../plugins/convertStyleToAttrs",
"../../plugins/cleanupIDs",
"../../plugins/removeRasterImages",
"../../plugins/removeUselessDefs",
"../../plugins/cleanupNumericValues",
"../../plugins/cleanupListOfValues",
"../../plugins/convertColors",
"../../plugins/removeUnknownsAndDefaults",
"../../plugins/removeNonInheritableGroupAttrs",
"../../plugins/removeUselessStrokeAndFill",
"../../plugins/removeViewBox",
"../../plugins/cleanupEnableBackground",
"../../plugins/removeHiddenElems",
"../../plugins/removeEmptyText",
"../../plugins/convertShapeToPath",
"../../plugins/moveElemsAttrsToGroup",
"../../plugins/moveGroupAttrsToElems",
"../../plugins/collapseGroups",
"../../plugins/convertPathData",
"../../plugins/convertTransform",
"../../plugins/removeEmptyAttrs",
"../../plugins/removeEmptyContainers",
"../../plugins/mergePaths",
"../../plugins/removeUnusedNS",
"../../plugins/transformsWithOnePath",
"../../plugins/sortAttrs",
"../../plugins/removeTitle",
"../../plugins/removeDesc",
"../../plugins/removeDimensions",
"../../plugins/removeAttrs",
"../../plugins/addClassesToSVGElement",
"../../plugins/removeStyleElement"
]
}
}
}
@@ -0,0 +1,5 @@
{
"main": "unexpected.js",
"dependencies": {},
"jspmPackage": true
}
@@ -0,0 +1,5 @@
{
"dependencies": {
"node-libs-browser": ">= 0.4.0 <=0.5.3"
}
}
+8
View File
@@ -0,0 +1,8 @@
{
"dependencies": {
"options": ">=0.0.5",
"ultron": "1.0.x",
"utf-8-validate": "1.2.x",
"bufferutil": "1.2.x"
}
}
+9
View File
@@ -16,6 +16,7 @@
"plugin-typescript": "github:frankwallis/plugin-typescript",
"raw": "github:matthewbauer/plugin-raw",
"sass": "github:mobilexag/plugin-sass",
"scss": "github:KevCJones/plugin-scss",
"text": "github:systemjs/plugin-text",
"ts": "github:frankwallis/plugin-typescript",
"tsv": "github:wpf500/plugin-tsv",
@@ -100,6 +101,7 @@
"array-sugar": "github:capaj/array-sugar",
"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",
@@ -131,8 +133,10 @@
"aurelia-loader-default": "npm:aurelia-loader-default",
"aurelia-logging": "npm:aurelia-logging",
"aurelia-logging-console": "npm:aurelia-logging-console",
"aurelia-materialize-bridge": "github:aurelia-ui-toolkits/aurelia-materialize-bridge",
"aurelia-metadata": "npm:aurelia-metadata",
"aurelia-modal": "github:vheissu/aurelia-modal",
"aurelia-notification": "github:MarcScheib/aurelia-notification",
"aurelia-path": "npm:aurelia-path",
"aurelia-polymer": "github:roguePanda/aurelia-polymer",
"aurelia-route-recognizer": "npm:aurelia-route-recognizer",
@@ -245,6 +249,7 @@
"happy": "github:henrikjoreteg/Happy.js",
"hbs": "github:davis/plugin-hbs",
"headroom.js": "github:WickyNilliams/headroom.js",
"highcharts": "github:highcharts/highcharts",
"highlightjs": "github:components/highlightjs",
"hoek": "github:capaj/hoek-browser",
"http": "github:jspm/nodelibs-http",
@@ -309,8 +314,10 @@
"klayjs": "github:OpenKieler/klayjs",
"kl-watch-once": "github:kasperlewau/kl-watch-once",
"knockout": "github:knockout/knockout",
"knockout-jqueryui": "github:gvas/knockout-jqueryui",
"knockout-paging": "npm:knockout-paging",
"knockout-pre-rendered": "npm:knockout-pre-rendered",
"knockout-select2": "github:cruikshj/knockout-select2",
"knockout-validation": "github:Knockout-Contrib/Knockout-Validation",
"lazy":"npm:lazy.js",
"leaflet": "github:Leaflet/Leaflet",
@@ -440,6 +447,7 @@
"spin": "github:fgnass/spin.js",
"sprintf-js": "npm:sprintf-js",
"ss-utils": "npm:ss-utils",
"ssv-core": "npm:ssv-core",
"stomp-websocket": "github:jmesnil/stomp-websocket",
"stream": "github:jspm/nodelibs-stream",
"string_decoder": "github:jspm/nodelibs-string_decoder",
@@ -475,6 +483,7 @@
"ua-parser-js": "npm:ua-parser-js",
"uikit": "github:uikit/uikit",
"underscore": "npm:underscore",
"unexpected": "npm:unexpected",
"uri-templates": "npm:uri-templates",
"uri": "github:medialize/URI.js",
"url": "github:jspm/nodelibs-url",