added foundation 6 @6.1.2

This commit is contained in:
delebash
2016-02-07 21:29:49 -05:00
parent e93b852ef4
commit 04e83ee9c9
@@ -0,0 +1,13 @@
{
"main": "dist/foundation",
"files": ["dist", "assets", "js", "scss"],
"shim": {
"dist/foundation": {
"deps": "jQuery",
"exports": "Foundation"
}
},
"dependencies": {
"jQuery": "github:components/jquery"
}
}