bower setup file
This commit is contained in:
39
bower.json
Normal file
39
bower.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user