UNPKG

592 BJSONView Raw
1{
2 "name": "simpleyt",
3 "keywords": [
4 "youtube",
5 "youtubeapi"
6 ],
7 "contributors": [
8 "kimcore <kimcoreovo@gmail.com> (https://github.com/kimcore)",
9 "shilu (https://github.com/en-you)"
10 ],
11 "types": "index.d.ts",
12 "main": "src/index.js",
13 "homepage": "https://github.com/kimcore/simpleYT",
14 "bugs": {
15 "url": "https://github.com/kimcore/simpleYT/issues",
16 "email": "kimcoreovo@gmail.com"
17 },
18 "license": "MIT",
19 "description": "Simple youtube search library without need of an api key",
20 "version": "1.1.0",
21 "dependencies": {
22 "miniget": "^4.2.1"
23 }
24}