Merge pull request #658 from DominicBoettger/flow

Added flow.js upload library
This commit is contained in:
Guy Bedford
2015-11-17 19:42:27 +02:00
3 changed files with 22 additions and 0 deletions
@@ -0,0 +1,4 @@
{
"main": "dist/flow.js",
"registry": "jspm"
}
@@ -0,0 +1,16 @@
{
"main": "dist/ng-flow",
"shim": {
"dist/ng-flow": {
"deps": [
"angular",
"flow.js"
]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.4.7",
"flow.js": "^2.9.0"
}
}
+2
View File
@@ -209,6 +209,7 @@
"fermtest": "github:Fermium-co/FermTest",
"fetch": "github:github/fetch",
"firebase": "github:firebase/firebase-bower",
"flow.js": "github:flowjs/flow.js",
"flowtype": "github:simplefocus/FlowType.JS",
"flux": "npm:flux",
"font-awesome": "npm:font-awesome",
@@ -320,6 +321,7 @@
"net": "github:jspm/nodelibs-net",
"nexridge-client": "github:capaj/nexridge-client",
"ng-dialog": "npm:ng-dialog",
"ng-flow": "github:flowjs/ng-flow",
"ng-infinite-scroll": "github:sroze/ngInfiniteScroll",
"ng-inline": "github:zachsnow/ng-inline",
"ng-jcrop": "github:andrefarzat/ng-jcrop",