-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 962 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
43
44
45
{
"name": "irs-990-extract",
"version": "1.1.1",
"description": "Download and extract IRS 990 data to json files.",
"contributors": [
{
"name": "Mathew Woodyard",
"email": ""
},
{
"name": "Marcin Ufniarz",
"email": ""
},
{
"name": "Sophia Hudson",
"email": ""
}
],
"repository": {
"type": "git",
"url": "https://github.com/sc3/irs-990-extract"
},
"scripts": {
"start": "node --max-old-space-size=8192 app.js"
},
"bugs": {
"url": "https://github.com/sc3/irs-990-extract/issues"
},
"dependencies": {
"adm-zip": "0.4.7",
"csvjson": "1.0.5",
"download-file": "0.1.5",
"findit": "2.0.0"
},
"devDependencies": {
"gulp": "latest",
"gulp-debug": "latest",
"gulp-babel": "latest",
"gulp-jasmine": "latest",
"jasmine-reporters": "latest",
"gulp-eslint": "latest",
"gulp-task-listing": "latest"
},
"license": "GPL-3.0"
}