added flowtype

This commit is contained in:
Aaike Van Roekeghem
2014-12-18 10:15:02 +07:00
parent 93e37d4fbe
commit 3670204b9c
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",