client/bower.json
changeset 1 1cdebfeb77f9
child 11 c0f9f9ab2a8a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/bower.json	Wed Oct 08 18:08:52 2014 +0200
@@ -0,0 +1,25 @@
+{
+  "name": "mons",
+  "main": "app.js",
+  "version": "0.0.0",
+  "authors": [
+    "IRI"
+  ],
+  "license": "Ceccill-C",
+  "private": true,
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "test",
+    "tests"
+  ],
+  "devDependencies": {
+    "angular": "~1.3",
+    "angular-route": "~1.3",
+    "angular-resource": "~1.3",
+    "angular-bootstrap": "~0.11.0",
+    "allmighty-autocomplete": "*",
+    "bootstrap": "~3.1.1"
+  }
+}