Initial Sass and JavaScript files

This commit is contained in:
Francis Lachapelle
2014-06-19 15:50:29 -04:00
parent c21ec86365
commit 29e147ee86
10 changed files with 2287 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "foundation-libsass-template",
"version": "0.0.1",
"devDependencies": {
"node-sass": "~0.7.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "~0.8.0"
}
}