first commit

This commit is contained in:
Dobie Wollert
2014-09-29 22:42:21 -07:00
commit 5151e6875d
17 changed files with 410 additions and 0 deletions

13
bower.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "themestore-web",
"dependencies": {
"angular": "~1.3",
"angular-resource": "~1.3",
"angular-sanitize": "~1.2.23",
"angular-ui-router": "~0.2.10",
"jquery": "~2.1.1",
"lodash": "~2.4.1",
"angular-loading-bar": "~0.5.2",
"foundation": "5.4.2"
}
}