forked from codeforequity-at/botium-bindings
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 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
{
"name": "testmybot",
"version": "1.1.0",
"engines": {
"node": ">=6.0"
},
"scripts": {
"build": "rollup -c",
"newpatch": "npm version patch"
},
"description": "Continuous Testing for your Chatbots",
"main": "index.js",
"author": "Florian Treml",
"license": "MIT",
"dependencies": {
"async": "^2.1.5",
"body-parser": "^1.18.2",
"botium-core": "1.1.0",
"chalk": "^2.3.0",
"clear": "0.0.1",
"ejs": "^2.5.7",
"exit-hook": "^1.1.1",
"express": "^4.16.2",
"figlet": "^1.2.0",
"is-json": "^2.0.1",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mockery": "^2.1.0",
"n-readlines": "^0.2.7",
"opn": "^5.1.0",
"readline": "^1.3.0"
},
"devDependencies": {
"rollup": "^0.53.0",
"rollup-plugin-buble": "^0.18.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeforequity-at/testmybot.git"
},
"keywords": [
"continuous",
"testing",
"chatbot"
],
"bugs": {
"url": "https://github.com/codeforequity-at/testmybot/issues"
},
"homepage": "https://github.com/codeforequity-at/testmybot#readme"
}