Compare commits
31
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07b862b8ac | ||
|
|
fd47234efe | ||
|
|
1c82868c99 | ||
|
|
24a6973291 | ||
|
|
8eb5563be1 | ||
|
|
ae73b68c58 | ||
|
|
c4f56256fa | ||
|
|
6ca2e85828 | ||
|
|
513b8bacac | ||
|
|
ef8647c44d | ||
|
|
636044aaea | ||
|
|
f5d2b12714 | ||
|
|
be954dab9b | ||
|
|
6ca8eb7791 | ||
|
|
c73145f346 | ||
|
|
723a21f5a1 | ||
|
|
c322e9a21c | ||
|
|
d7f4e69ad9 | ||
|
|
0d255cc7d4 | ||
|
|
db765e13b0 | ||
|
|
2ca8c3a02f | ||
|
|
75fda294b3 | ||
|
|
2a165c3426 | ||
|
|
d3763b287f | ||
|
|
88221d6416 | ||
|
|
b82016427a | ||
|
|
1dcfceee4b | ||
|
|
3bbe74ab35 | ||
|
|
419e090a58 | ||
|
|
5c6e4029e8 | ||
|
|
aae5c0d3a8 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- '0.10'
|
||||
- '4.8.5'
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"format": "global",
|
||||
"main": "adblockDetector.js"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"main": "build/webgazer.min.js",
|
||||
"format": "global"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "jquery.animateCSS.js"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"format": "cjs",
|
||||
"meta": {
|
||||
"lib/index.js": {
|
||||
"esModule": true
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"ignore": [
|
||||
"sandbox",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "dist/jquery-migrate.min.js"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "jquery.prefetch.min.js"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "browser.js"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"main": "lib/picker",
|
||||
"dependencies": {
|
||||
"jquery": ">= 1.7"
|
||||
},
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"deps": [
|
||||
"jquery"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"browser": "index.js"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"browser": {},
|
||||
"map": {
|
||||
"buffer": "@empty",
|
||||
"child_process": "@empty",
|
||||
"fs": "@empty",
|
||||
"path": "@empty",
|
||||
"process": "@empty",
|
||||
"readline": "@empty"
|
||||
},
|
||||
"dependencies": {
|
||||
"source-map-support": "*"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"main": "dist/v-accordion",
|
||||
"registry": "jspm",
|
||||
"format": "global",
|
||||
"shim": {
|
||||
"dist/v-accordion": {
|
||||
"deps": [
|
||||
"./v-accordion.css!"
|
||||
]
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"css": "*"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"main": "lib/noframework.waypoints.min.js",
|
||||
"meta": {
|
||||
"lib/noframework.waypoints.min.js": {
|
||||
"exports": "Waypoint",
|
||||
"format": "global"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -111,6 +111,7 @@
|
||||
"array-sugar": "github:capaj/array-sugar",
|
||||
"arva-js": "github:bizboard/arva-js",
|
||||
"assert": "github:jspm/nodelibs-assert",
|
||||
"async": "npm:async",
|
||||
"aurelia-accordion": "github:classicalConditioning/aurelia-accordion",
|
||||
"aurelia-animator-css": "npm:aurelia-animator-css",
|
||||
"aurelia-animator-velocity": "npm:aurelia-animator-velocity",
|
||||
@@ -607,6 +608,7 @@
|
||||
"traceur": "github:jmcriffey/bower-traceur",
|
||||
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime",
|
||||
"traverse": "npm:traverse",
|
||||
"tslib": "npm:tslib",
|
||||
"typescript": "npm:typescript",
|
||||
"tty": "github:jspm/nodelibs-tty",
|
||||
"twitter": "npm:twitter",
|
||||
@@ -619,10 +621,12 @@
|
||||
"uikit": "github:uikit/uikit",
|
||||
"underscore": "npm:underscore",
|
||||
"unexpected": "npm:unexpected",
|
||||
"unpartial": "npm:unpartial",
|
||||
"uri-templates": "npm:uri-templates",
|
||||
"uri": "github:medialize/URI.js",
|
||||
"url": "github:jspm/nodelibs-url",
|
||||
"util": "github:jspm/nodelibs-util",
|
||||
"v-accordion": "npm:v-accordion",
|
||||
"vm": "github:jspm/nodelibs-vm",
|
||||
"vdom-virtualize": "npm:vdom-virtualize",
|
||||
"velocity": "github:julianshapiro/velocity",
|
||||
@@ -632,6 +636,7 @@
|
||||
"vue": "npm:vue",
|
||||
"webcomponents": "npm:webcomponents",
|
||||
"webfont": "github:components/webfontloader",
|
||||
"webgazer": "github:brownhci/WebGazer",
|
||||
"when": "github:cujojs/when",
|
||||
"wire": "github:cujojs/wire",
|
||||
"wordcloud2": "github:timdream/wordcloud2.js",
|
||||
|
||||
Reference in New Issue
Block a user