uberduck.js
Version:
unofficial uberduck api, the code is TERRIBLE but it works.
23 lines (22 loc) • 435 B
JSON
{
"name": "uberduck.js",
"version": "1.0.3",
"description": "unofficial uberduck api, the code is TERRIBLE but it works.",
"main": "uberduck.js",
"keywords": [
"uberduck",
"uberduck-ai",
"uberduck-api",
"api",
"node",
"js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mr_scoop",
"license": "ISC",
"dependencies": {
"request": "^2.88.2"
}
}