yt-quota-manager
Version:
Quota Manager for youtube API.
34 lines (33 loc) • 797 B
JSON
{
"name": "yt-quota-manager",
"version": "1.0.2",
"description": "Quota Manager for youtube API.",
"main": "src/index.js",
"module": "src/index.js",
"scripts": {
"test": "echo 'test'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnav-kr/yt-quota-manager.git"
},
"keywords": [
"youtube",
"youtube-api",
"api",
"api-manager",
"quota-manager",
"Youtube-data-api",
"yt-quota-manager",
"yt-api"
],
"author": "Arnav Kumar <arnav-kumar@outlook.com> (http://github.com/arnav-kr/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/arnav-kr/yt-quota-manager/issues"
},
"homepage": "https://github.com/arnav-kr/yt-quota-manager#readme",
"devDependencies": {
"jsdoc-to-markdown": "^7.1.0"
}
}