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" + } +}