ezebay
Version:
An easy-to-use npm package used to shop items on Ebay.
24 lines (23 loc) • 564 B
JSON
{
"name": "ezebay",
"version": "1.0.3",
"description": "An easy-to-use npm package used to shop items on Ebay.",
"main": "app.js",
"dependencies": {
"superagent": "^3.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chipped1/ezebay.git"
},
"author": "Saif",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chipped1/ezebay/issues"
},
"homepage": "https://github.com/Chipped1/ezebay#readme",
"devDependencies": {}
}