a2f2b1adc2
This allows for authenticated API requests. Currently, the only reason you would want to use this is to be able to add videos that are marked private but still embeddable.
22 lines
480 B
JSON
22 lines
480 B
JSON
{
|
|
"author": "Calvin Montgomery",
|
|
"name": "CyTube",
|
|
"description": "Online media synchronizer and chat",
|
|
"version": "3.0.1",
|
|
"repository": {
|
|
"url": "http://github.com/calzoneman/sync"
|
|
},
|
|
"dependencies": {
|
|
"express": "~3.4.8",
|
|
"bcrypt": "~0.7.7",
|
|
"mysql": "~2.0.1",
|
|
"jade": "~1.1.5",
|
|
"socket.io": "~0.9.16",
|
|
"nodemailer": "~0.6.0",
|
|
"cookie": "~0.1.0",
|
|
"yamljs": "~0.1.4",
|
|
"express-minify": "0.0.7",
|
|
"oauth": "^0.9.11"
|
|
}
|
|
}
|