UNPKG

youtube-search

Version:
30 lines (29 loc) 596 B
{ "name": "youtube-search", "version": "1.1.6", "description": "Search for youtube videos", "main": "index.js", "scripts": { "test": "standard && node tests/test-*.js" }, "repository": { "type": "git", "url": "https://github.com/MaxGfeller/youtube-search" }, "keywords": [ "youtube", "search", "api" ], "author": "Max Gfeller <max.gfeller@gmail.com>", "license": "BSD", "dependencies": { "axios": "^0.21.1", "xml2js": "~0.2.8" }, "devDependencies": { "browserify": "^16.2.3", "standard": "^11.0.1", "tape": "^4.9.1" } }