rovi
Version:
Rovi Cloud Services API Client (TV)
35 lines (34 loc) • 666 B
JSON
{
"name": "rovi",
"version": "0.0.1",
"description": "Rovi Cloud Services API Client (TV)",
"main": "index.js",
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "git://github.com/TJkrusinski/rovi.git"
},
"keywords": [
"rovi",
"tv",
"client",
"rest",
"api",
"schedule"
],
"author": "TJ Krusinski <tjkrus@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TJkrusinski/rovi/issues"
},
"homepage": "https://github.com/TJkrusinski/rovi",
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1"
},
"dependencies": {
"MD5": "~1.2.0"
}
}