-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 939 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": "speedcurve2csv",
"version": "1.0.1",
"description": "Export a CSV file of tests from SpeedCurve APIs",
"main": "lib/cli.js",
"directories": {
"lib": "lib"
},
"bin": {
"speedcurve2csv": "lib/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matteo Fogli",
"license": "MIT",
"dependencies": {
"chalk": "^2.3.0",
"conf": "^1.3.1",
"get-stdin": "^5.0.1",
"lodash": "^4.17.4",
"meow": "^3.7.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"files": [
"lib"
],
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/therealpecus/speedcurve2csv.git"
},
"keywords": [
"csv",
"speedcurve"
],
"bugs": {
"url": "https://github.com/therealpecus/speedcurve2csv/issues"
},
"homepage": "https://github.com/therealpecus/speedcurve2csv#readme"
}