-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 968 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
39
40
41
42
{
"name": "teti",
"version": "5.1.0",
"description": "Test DOM performance timings",
"main": "index.js",
"bin": {
"teti": "./cli.js"
},
"scripts": {
"test": "ava --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msn0/teti.git"
},
"keywords": [
"performance"
],
"author": "Michał Jezierski <ambinanitelo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/msn0/teti/issues"
},
"homepage": "https://github.com/msn0/teti#readme",
"dependencies": {
"@elstats/mean": "2.0.0",
"@elstats/percentile": "3.3.0",
"@financial-times/polyfill-useragent-normaliser": "1.5.0",
"chalk": "3.0.0",
"meow": "6.0.0",
"ora": "4.0.3",
"puppeteer": "2.0.0",
"stats-mad": "1.0.0",
"stats-median": "1.0.1",
"stats-variance": "1.0.0",
"text-table": "0.2.0"
},
"devDependencies": {
"ava": "2.4.0",
"eslint-config-helmut": "4.1.0"
}
}