yodata-plugin-inbox
Version:
inbox commands for yodata cli/client
37 lines (36 loc) • 871 B
JSON
{
"name": "yodata-plugin-inbox",
"version": "0.6.1-alpha.0",
"description": "inbox commands for yodata cli/client",
"keywords": [
"yodata",
"inbox"
],
"author": "yodaveduran <dave@yodata.io> (https://yodata.io/)",
"homepage": "https://github.com/Yodata/yodata#readme",
"license": "MIT",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yodata/yodata.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/Yodata/yodata/issues"
},
"gitHead": "f31b4f91000bfb0259f30e24bb34196985fe649c",
"dependencies": {
"@yodata/config": "^1.6.1-alpha.0",
"assert-plus": "^1.0.0",
"lodash": "^4.17.11"
}
}