-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 908 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
{
"name": "iwac",
"version": "1.5.0",
"description": "Command line tool to create Watson Assistant Workspaces",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Themandunord/IWAC.git"
},
"keywords": [
"watson",
"conversation",
"assistant",
"node",
"javascript",
"node",
"cli"
],
"author": "Themandunord",
"license": "MIT",
"bugs": {
"url": "https://github.com/Themandunord/IWAC/issues"
},
"homepage": "https://github.com/Themandunord/IWAC#readme",
"dependencies": {
"commander": "^2.15.1",
"inquirer": "^5.2.0",
"iwac-utils": "^1.1.0",
"js-yaml": "^3.11.0",
"lodash": "^4.17.5",
"watson-developer-cloud": "^3.3.0"
},
"preferGlobal": true,
"bin": "./index.js"
}