canigethigh
Version:
Legality of cannabis by country
43 lines (42 loc) • 797 B
JSON
{
"name": "canigethigh",
"version": "0.0.3",
"description": "Legality of cannabis by country",
"main": "cli.js",
"scripts": {
"test": "no haha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BuKinoshita/cigh-cli.git"
},
"keywords": [
"Can",
"I",
"Get",
"High?",
"weed",
"cannabis",
"kush",
"cli"
],
"author": "Bu Kinoshita",
"license": "MIT",
"bugs": {
"url": "https://github.com/BuKinoshita/cigh-cli/issues"
},
"homepage": "https://github.com/BuKinoshita/cigh-cli#readme",
"dependencies": {
"chalk": "^1.1.3",
"got": "^6.5.0",
"meow": "^3.7.0",
"ora": "^0.3.0",
"update-notifier": "^1.0.2"
},
"engines": {
"node": ">=4"
},
"bin": {
"canigethigh": "cli.js"
}
}