atbmarket
Version:
Even an ATB market plastic bag was there... What about you?!
35 lines (34 loc) • 775 B
JSON
{
"name": "atbmarket",
"version": "2.0.0",
"description": "Even an ATB market plastic bag was there... What about you?!",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stanislavT/atbmarket.git"
},
"keywords": [
"ATB",
"market",
"joke"
],
"author": "StanislavT <taras.forever@gmail.con>",
"bin": {
"atbmarket": "./bin/atbmarket"
},
"engines": {
"node": ">= 8.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stanislavT/atbmarket/issues"
},
"homepage": "https://github.com/stanislavT/atbmarket#readme",
"dependencies": {
"chalk": "~2.4.1",
"commander": "~2.17.1"
}
}