diff --git a/bower.json b/bower.json index fba12eba..f7cf4b61 100644 --- a/bower.json +++ b/bower.json @@ -12,12 +12,15 @@ "components", "fatline", "projects", - "lib", "node_modules", "package.json", "src", "test" ], + "dependencies": { + "straps": "~1.1.2", + "stats.js": "r11" + }, "devDependencies": { "acorn": "~0.3.1", "esprima": "~1.0.3" diff --git a/components/.gitignore b/components/.gitignore index 7cf8aded..f59ec20a 100644 --- a/components/.gitignore +++ b/components/.gitignore @@ -1,2 +1 @@ -acorn -esprima +* \ No newline at end of file