openface/demos/web/bower.json

20 lines
432 B
JSON
Raw Normal View History

2015-09-25 05:31:45 +08:00
{
"name": "facerec-demo",
"version": "0.0.0",
"homepage": "https://github.com/cmusatyalab/facerec",
"authors": [
"Brandon Amos <bamos@cs.cmu.edu>"
],
"license": "Apache",
"ignore": [
"**/.*",
"bower_components"
],
"dependencies": {
"bootstrap": "3.3.5",
"bootstrap-toggle": "2.2.0",
"font-awesome": "~4.3.0",
"handlebars": "~3.0.0"
}
}