20 lines
438 B
JSON
20 lines
438 B
JSON
{
|
|
"name": "openface-web-demo",
|
|
"version": "0.0.0",
|
|
"homepage": "https://github.com/cmusatyalab/openface",
|
|
"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"
|
|
}
|
|
}
|