Files
www-POC/bower.json
2016-03-31 14:53:01 -05:00

40 lines
814 B
JSON

{
"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",
"angular-google-chart": "angular-google-charts#^0.0.11"
},
"resolutions": {
"angular": "^1.5.2"
}
}