aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/static/new/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rebaseline_server/static/new/bower.json')
-rw-r--r--gm/rebaseline_server/static/new/bower.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/gm/rebaseline_server/static/new/bower.json b/gm/rebaseline_server/static/new/bower.json
new file mode 100644
index 0000000000..775213dd56
--- /dev/null
+++ b/gm/rebaseline_server/static/new/bower.json
@@ -0,0 +1,22 @@
+{
+ "name": "rebasline",
+ "version": "0.1.0",
+ "authors": [],
+ "description": "Rebaseline Server",
+ "license": "BSD",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "third_party/bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "angular": "1.2.x",
+ "angular-route": "1.2.x",
+ "angular-bootstrap": "0.11.x",
+ "bootstrap": "3.1.x"
+ }
+}