Merge pull request #86 from Aaike/master

added flowtype
This commit is contained in:
Andreas Grimm
2014-12-18 04:26:48 +01:00
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,14 @@
{
"main": "flowtype",
"shim": {
"flowtype": {
"deps": [
"jquery"
]
}
},
"registry": "jspm",
"dependencies": {
"jquery": "jquery@^2.1.2"
}
}
+1
View File
@@ -62,6 +62,7 @@
"famous": "github:Famous/famous",
"famous-angular": "github:Famous/famous-angular",
"famous-polyfills": "github:Famous/polyfills",
"flowtype": "github:simplefocus/FlowType.JS",
"font-awesome": "npm:font-awesome",
"foundation": "github:zurb/bower-foundation",
"hammer": "github:hammerjs/hammer.js",