bower setup file

This commit is contained in:
Patrick McDonagh
2016-03-24 18:29:10 -05:00
parent 6c53695440
commit d9deeaa73b

39
bower.json Normal file
View File

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