forked from gavinr/github-csv-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 678 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 678 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
{
"name": "github-csv-tools",
"version": "0.1.0",
"description": "Tools to import and export, via CSV, from GitHub.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"githubCsvTools": "./index.js"
},
"keywords": [
"github",
"csv",
"import",
"export"
],
"repository": "https://github.com/gavinr/github-csv-tools.git",
"author": "Gavin Rehkemper <gavin@gavinr.com> (http://gavinr.com/)",
"license": "MIT",
"dependencies": {
"bottleneck": "^1.15.1",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"csv": "^0.4.6",
"github": "^0.2.4"
}
}