-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 907 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "bootbot-cli",
"version": "1.0.5",
"description": "BootBot CLI",
"main": "./index.js",
"bin": {
"bootbot": "./index.js"
},
"preferGlobal": "true",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Charca/bootbot-cli.git"
},
"keywords": [
"bootbot",
"cli",
"chatbot",
"bot"
],
"author": "Maxi Ferreira <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Charca/bootbot-cli/issues"
},
"homepage": "https://github.com/Charca/bootbot-cli#readme",
"dependencies": {
"config": "^1.21.0",
"fs-extra": "^0.30.0",
"inquirer": "^1.1.2",
"is-blank": "^1.1.0",
"localtunnel": "^1.8.1",
"lodash": "^4.14.1",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"nodemon": "^1.10.0",
"randomstring": "^1.1.5",
"require-dir": "^0.3.0"
}
}