UNPKG

leviathan

Version:

An Actions on Google plugin and CLI tool for advanced use cases

42 lines (41 loc) 943 B
{ "name": "leviathan", "version": "1.1.14", "description": "An Actions on Google plugin and CLI tool for advanced use cases", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/aog-leviathan/leviathan-cli.git" }, "keywords": [ "Actions", "on", "Google", "Dialogflow" ], "author": "Lucas Wade Davis", "license": "MIT", "bugs": { "url": "https://github.com/aog-leviathan/leviathan-cli/issues" }, "homepage": "https://github.com/aog-leviathan/leviathan-cli#readme", "preferGlobal": true, "bin": { "leviathan": "./bin/index.js" }, "dependencies": { "colors": "^1.2.1", "commander": "^2.15.1", "dialogflow": "^0.7.0", "find": "^0.2.9", "inquirer": "^5.2.0", "jsonfile": "^4.0.0", "pad": "^2.0.3" } }