This commit is contained in:
Tommy Parnell
2015-06-29 04:56:29 -04:00
commit 7d9e54c418
40 changed files with 2294 additions and 0 deletions

20
bower.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "nodeabout",
"version": "0.0.1",
"ignore": [
"**/.*",
"node_modules",
"components"
],
"dependencies": {
"jquery": "~2.1.4",
"bootstrap": "~3.3.5",
"mustache": "~2.1.2",
"jquery-rss": "~1.5.1",
"bower": "*",
"install": "~1.0.4",
"jquery.easing": "~1.3.1",
"lodestoneapi.min": "http://xivsync.com/lodestoneapi.min.js",
"font-awesome": "~4.3.0"
}
}