-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 790 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 790 Bytes
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
{
"name": "speedtest_api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "node test.js",
"report": "sh ./weeklyreport/genReport.sh"
},
"repository": {
"type": "git",
"url": "git+https://AZsoftAlanZheng@github.com/AZsoftAlanZheng/SpeedTest_API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AZsoftAlanZheng/SpeedTest_API/issues"
},
"homepage": "https://github.com/AZsoftAlanZheng/SpeedTest_API#readme",
"dependencies": {
"assert": "^1.4.1",
"dredd": "^4.9.1",
"fast-csv": "^2.4.1",
"html-pdf": "^2.2.0",
"jsonfile": "^4.0.0",
"minimist": "^1.2.0",
"moment": "^2.20.1",
"request": "^2.83.0",
"showdown": "^1.8.6"
},
"devDependencies": {},
"description": ""
}