-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
56 lines (56 loc) · 1.13 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "chatskills",
"version": "0.0.20",
"description": "Run Alexa apps on the command-line. Run them in Slack. Run them anywhere! Supports Amazon Alexa skills and intents.",
"author": {
"name": "Kory Becker",
"email": "[email protected]",
"url": "http://www.primaryobjects.com/kory-becker"
},
"repository": {
"type": "git",
"url": "git://github.com/primaryobjects/chatskills.git"
},
"main": "./lib",
"dependencies": {
"readline-sync": "*",
"alexa-app": "^4.1.0"
},
"engines": {
"node": "*"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"keywords": [
"alexa",
"amazon",
"amazon echo",
"intents",
"skills",
"chatskills",
"chat skills",
"chatbot",
"chat bot",
"chat-bot",
"natural language processing",
"nlp",
"slack",
"slack chatbot",
"slack bot",
"alexa-app",
"utterance",
"bot",
"chat",
"AI",
"artificial intelligence",
"conversational",
"conversation",
"conversational ui"
],
"_id": "[email protected]",
"_from": "chatskills"
}