-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
77 lines (77 loc) · 2 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "juttle-engine",
"version": "0.6.0",
"description": "juttle execution engine",
"main": "lib/juttle-engine",
"bin": {
"juttle": "bin/juttle",
"juttle-engine": "bin/juttle-engine",
"juttle-engine-client": "bin/juttle-engine-client"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juttle/juttle-engine.git"
},
"keywords": [
"juttle",
"engine",
"service",
"api",
"viewer"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/juttle/juttle-engine/issues"
},
"homepage": "https://github.com/juttle/juttle-engine#readme",
"dependencies": {
"bluebird": "^3.2.1",
"chokidar": "^1.4.2",
"daemon": "^1.1.0",
"express": "^4.13.4",
"juttle-aws-adapter": "^0.3.0",
"juttle-cloudwatch-adapter": "^0.4.0",
"juttle-elastic-adapter": "^0.7.0",
"juttle-gmail-adapter": "^0.6.0",
"juttle-googleanalytics-adapter": "^0.1.0",
"juttle-graphite-adapter": "^0.6.0",
"juttle-influx-adapter": "^0.7.0",
"juttle-mysql-adapter": "^0.6.0",
"juttle-opentsdb-adapter": "^0.3.0",
"juttle-postgres-adapter": "^0.6.0",
"juttle-service": "^0.5.0",
"juttle-sqlite-adapter": "^0.6.0",
"juttle-twitter-adapter": "^0.4.0",
"juttle-viewer": "^0.4.0",
"minimist": "^1.2.0",
"open": "^0.0.5",
"request-promise": "^2.0.0",
"underscore": "^1.8.3",
"ws": "^0.4.31"
},
"devDependencies": {
"bluebird": "^3.2.2",
"bluebird-retry": "^0.5.3",
"chai": "^3.5.0",
"chakram": "^1.2.2",
"chromedriver": "^2.21.2",
"eslint": "^1.10.3",
"find-free-port": "^1.0.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"isparta": "^4.0.0",
"mocha-logger": "^1.0.2",
"request": "^2.69.0",
"selenium-grid-status": "^0.2.0",
"selenium-webdriver": "^2.48.2",
"tmp": "0.0.28",
"underscore": "^1.8.3",
"uuid": "^2.0.1"
}
}