UNPKG

578 BJSONView Raw
1{
2 "name": "simpleyt",
3 "keywords": [
4 "youtube",
5 "youtubeapi"
6 ],
7 "author": {
8 "name": "kimcore",
9 "email": "kimcoreovo@gmail.com",
10 "url": "https://github.com/kimcore"
11 },
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.0.3",
21 "dependencies": {
22 "miniget": "^2.0.1"
23 }
24}