[Build] Add bower.json

...to declare front-end dependencies, to allow these to be
removed from repository.
This commit is contained in:
Victor Woeltjen 2016-01-28 10:50:37 -08:00
parent fc7bd36dba
commit 82261dfabc
2 changed files with 19 additions and 1 deletions

3
.gitignore vendored
View File

@ -23,8 +23,9 @@ dist
# Closed source libraries
closed-lib
# Node dependencies
# Node, Bower dependencies
node_modules
bower_components
# Protractor logs
protractor/logs

17
bower.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "openmctweb",
"description": "The OpenMCTWeb core platform",
"main": "",
"license": "Apache-2.0",
"moduleType": [],
"homepage": "http://nasa.github.io/openmctweb/",
"private": true,
"dependencies": {
"angular": "1.4.4",
"angular-route": "1.4.4",
"moment": "^2.11.1",
"moment-duration-format": "^1.3.0",
"requirejs": "~2.1.22",
"text": "requirejs-text#^2.0.14"
}
}