20 lines
432 B
JSON
20 lines
432 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|