UNPKG

rovijs

Version:
35 lines (34 loc) 715 B
{ "name": "rovijs", "version": "0.0.6", "description": "Rovi api client", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha tests/*.js -R spec" }, "repository": { "type": "git", "url": "https://github.com/reccanti/rovijs.git" }, "keywords": [ "rovi", "express" ], "authors": [ "Dinos Theodorou <dinostheo@gmail.com>", "Ben Wilcox <reccanti@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/reccanti/rovijs/issues" }, "homepage": "https://github.com/reccanti/rovijs", "dependencies": { "md5": "^2.0.0", "request": "^2.53.0" }, "devDependencies": { "chai": "^3.0.0", "mocha": "^2.2.5" } }