forked from claudiajs/claudia-bot-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.38 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": "claudia-bot-builder",
"version": "4.0.0",
"description": "Create chat-bots for various platforms and deploy to AWS Lambda quickly",
"main": "index.js",
"scripts": {
"pretest": "eslint lib spec *.js",
"test": "node spec/support/jasmine-runner.js",
"debug": "node debug spec/support/jasmine-runner.js",
"prepublishOnly": "npm shrinkwrap"
},
"repository": {
"type": "git",
"url": "https://github.com/claudiajs/claudia-bot-builder"
},
"keywords": [
"claudia",
"aws",
"lambda",
"apigateway",
"bot",
"chatbot",
"messenger",
"telegram",
"viber",
"line",
"alexa",
"skype",
"slack",
"twilio",
"kik",
"groupme"
],
"author": "Slobodan Stojanovic <[email protected]> (http://slobodan.me/), ",
"contributors": [
"Alexander Simovic (https://github.com/simalexan)",
"Gojko Adzic <[email protected]> (https://gojko.net)"
],
"license": "MIT",
"dependencies": {
"alexa-message-builder": "^1.1.0",
"claudia-api-builder": "^4.0.0",
"minimal-request-promise": "^1.3.0",
"oh-no-i-insist": "^1.0.0",
"souffleur": "^1.0.0",
"tsscmp": "^1.0.5"
},
"devDependencies": {
"claudia": "^4.0.0",
"eslint": "^2.11.1",
"eslint-config-defaults": "^9.0.0",
"fake-http-request": "^1.3.0",
"jasmine": "^2.5.2",
"jasmine-spec-reporter": "^2.7.0"
}
}