Merge pull request #658 from DominicBoettger/flow
Added flow.js upload library
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -209,6 +209,7 @@
|
|||||||
"fermtest": "github:Fermium-co/FermTest",
|
"fermtest": "github:Fermium-co/FermTest",
|
||||||
"fetch": "github:github/fetch",
|
"fetch": "github:github/fetch",
|
||||||
"firebase": "github:firebase/firebase-bower",
|
"firebase": "github:firebase/firebase-bower",
|
||||||
|
"flow.js": "github:flowjs/flow.js",
|
||||||
"flowtype": "github:simplefocus/FlowType.JS",
|
"flowtype": "github:simplefocus/FlowType.JS",
|
||||||
"flux": "npm:flux",
|
"flux": "npm:flux",
|
||||||
"font-awesome": "npm:font-awesome",
|
"font-awesome": "npm:font-awesome",
|
||||||
@@ -320,6 +321,7 @@
|
|||||||
"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",
|
||||||
|
"ng-flow": "github:flowjs/ng-flow",
|
||||||
"ng-infinite-scroll": "github:sroze/ngInfiniteScroll",
|
"ng-infinite-scroll": "github:sroze/ngInfiniteScroll",
|
||||||
"ng-inline": "github:zachsnow/ng-inline",
|
"ng-inline": "github:zachsnow/ng-inline",
|
||||||
"ng-jcrop": "github:andrefarzat/ng-jcrop",
|
"ng-jcrop": "github:andrefarzat/ng-jcrop",
|
||||||
|
|||||||
Reference in New Issue
Block a user