openface/demos/web/bower.json

22 lines
508 B
JSON
Raw Normal View History

2015-09-25 05:31:45 +08:00
{
2016-03-10 07:56:56 +08:00
"name": "openface-web-demo",
2015-09-25 05:31:45 +08:00
"version": "0.0.0",
2016-03-10 07:56:56 +08:00
"homepage": "https://github.com/cmusatyalab/openface",
2015-09-25 05:31:45 +08:00
"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",
2016-06-28 13:17:47 +08:00
"handlebars": "~3.0.0",
"bootstrap3-dialog": "1.35.*",
"underscore": "1.8.3"
2015-09-25 05:31:45 +08:00
}
}