rotten-tomatoes
Version:
JavaScript client for the Rotten Tomatoes api
31 lines (30 loc) • 608 B
JSON
{
"name": "rotten-tomatoes",
"version": "0.1.0",
"description": "JavaScript client for the Rotten Tomatoes api",
"main": "index.js",
"scripts": {
"test": "mocha test/*"
},
"keywords": [
"rotten",
"tomatoes",
"movies",
"api",
"browser",
"nodejs",
"browserify"
],
"repository": {
"type": "git",
"url": "https://github.com/jergason/rotten-tomatoes.git"
},
"author": "Jamison Dance <jergason@gmail.com> (http://jamisondance.com)",
"license": "MIT",
"dependencies": {
"axios": "~0.4.0"
},
"devDependencies": {
"mocha": "~1.21.4"
}
}