summaryrefslogtreecommitdiff
path: root/web-ui/bower.json
diff options
context:
space:
mode:
authorOla Bini <ola.bini@gmail.com>2014-07-31 19:29:33 -0300
committerOla Bini <ola.bini@gmail.com>2014-07-31 19:29:33 -0300
commit04cf441c5ae18400c6b4865b0b37a71718dc9d46 (patch)
treedd0b0d049ec00389e2d4561b226c46eb1682b997 /web-ui/bower.json
parent639a663a4c37020003586438fdcd7ac529a00f10 (diff)
Add web-ui based on previous code
Diffstat (limited to 'web-ui/bower.json')
-rw-r--r--web-ui/bower.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/web-ui/bower.json b/web-ui/bower.json
new file mode 100644
index 00000000..f8eebac7
--- /dev/null
+++ b/web-ui/bower.json
@@ -0,0 +1,21 @@
+{
+ "name": "flightjs",
+ "version": "0.0.0",
+ "dependencies": {
+ "jquery": "2.x.x",
+ "flight": "~1.1.0",
+ "requirejs": "~2.1.5",
+ "lodash": "~2.4.1",
+ "foundation": "5.3.0",
+ "i18next": "~1.7.3",
+ "font-awesome": "~4.1.0",
+ "quoted-printable": "0.2.1"
+ },
+ "devDependencies": {
+ "jasmine-flight": "~2.2.0",
+ "jasmine-jquery": "~1.1.3",
+ "handlebars": "~1.3.0",
+ "typeahead.js": "~0.10.2",
+ "almond": "~0.2.9"
+ }
+}