node-23video
Version:
node-23video is a full implementation of The 23 Video API (or more correctly, The Visualplatform API) for Node.js.
33 lines (32 loc) • 890 B
JSON
{
"name": "node-23video",
"version": "1.0.8",
"description": "node-23video is a full implementation of The 23 Video API (or more correctly, The Visualplatform API) for Node.js.",
"main": "lib/visualplatform.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"promise": "~5.0.0",
"restler": "~3.1.0",
"commander": "~2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/23/node-23video.git"
},
"keywords": [
"23video",
"23",
"visualplatform"
],
"author": "Steffen T. Christensen",
"contributors": [
"Peter Dremstrup <peter@dremstrup.dk> (http://peterdremstrup.dk)",
"Håkon Nessjøen <haakon.nessjoen@gmail.com (http://lunatic.no/)"
],
"bugs": {
"url": "https://github.com/23/node-23video/issues"
},
"homepage": "https://github.com/23/node-23video"
}