From d9deeaa73b6ff09bd87103ace71f8efcdbb789c6 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Thu, 24 Mar 2016 18:29:10 -0500 Subject: [PATCH] bower setup file --- bower.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e32cfc2 --- /dev/null +++ b/bower.json @@ -0,0 +1,39 @@ +{ + "name": "POConsole", + "description": "Interface to Henry Pump POC", + "main": "app.coffee", + "authors": [ + "Patrick McDonagh" + ], + "license": "Henry Pump", + "keywords": [ + "poconsole" + ], + "moduleType": [ + "node" + ], + "homepage": "www.henry-pump.com", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "angular-justgage": "~1.0.1", + "jquery": "^2.2.2", + "angular": "^1.5.2", + "bootstrap": "~3.3.6", + "angular-route": "^1.5.2", + "font-awesome": "~4.5.0", + "ngQuickDate": "^1.3.4", + "angular-animate-css": "ng-animate-css#^0.0.4", + "angular-bootstrap": "^1.2.5" + + }, + "resolutions": { + "angular": "^1.5.2" + } +}