node-yt-search
Version:
Search in YouTube With NodeJS
36 lines (35 loc) • 749 B
JSON
{
"name": "node-yt-search",
"version": "0.0.10",
"description": "Search in YouTube With NodeJS",
"main": "index.js",
"scripts": {
"start": "nodemon search.js",
"lint": "eslint '**/*.js'",
"lint:fix": "eslint '**/*.js' --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/eduwl/node-yt-search"
},
"keywords": [
"YT",
"YouTube",
"Node",
"API",
"Google"
],
"author": "Eduardo",
"license": "ISC",
"dependencies": {
"request": "^2.82.0",
"xhr": "^2.4.0"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.1"
}
}