-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "podcast-speed-test",
"version": "1.0.0",
"description": "Test the speed an RSS feed. This is ideal for raw server speed testing, as it loads only the data at the URL, not any of the embeds or links.",
"main": "podcast-speed-test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node podcast-speed-test.js"
},
"author": "Daniel J. Lewis",
"license": "ISC",
"dependencies": {
"argv": "0.0.2",
"async": "^3.0.1",
"body-parser": "^1.19.0",
"bottleneck": "^2.19.1",
"consolidate": "^0.15.1",
"ejs": "^2.6.2",
"express": "^4.17.1",
"google-charts": "^2.0.0",
"gzip-size": "^5.1.1",
"h2-request": "^1.1.1",
"jsonfile": "^5.0.0",
"minimist": "^1.2.0",
"mustache": "^3.0.1",
"plotly": "^1.0.6",
"request": "^2.88.0",
"time-diff": "^0.3.1",
"vultr": "0.0.9"
},
"directories": {
"test": "tests"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/theDanielJLewis/test-feed-speed.git"
},
"keywords": [
"podcast",
"RSS",
"feed",
"performance",
"speed",
"test"
],
"bugs": {
"url": "https://github.com/theDanielJLewis/test-feed-speed/issues"
},
"homepage": "https://github.com/theDanielJLewis/test-feed-speed#readme"
}