-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 944 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": "phantomas-reporter-elasticsearch",
"version": "1.1.0",
"author": "macbre <[email protected]> (http://macbre.net)",
"description": "elasticsearch reporter for phantomas",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macbre/phantomas-reporter-elasticsearch.git"
},
"keywords": [
"phantomas",
"phantomjs",
"reporter",
"metrics",
"high performance web sites",
"monitoring",
"web development",
"web performance",
"webperf",
"elasticsearch"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/macbre/phantomas-reporter-elasticsearch/issues"
},
"homepage": "https://github.com/macbre/phantomas-reporter-elasticsearch#readme",
"dependencies": {
"debug": "^2.2.0",
"elasticsearch": "^15.0.0"
},
"devDependencies": {
"mocha": "^3.1.0"
}
}