-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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": "youwealth-data",
"description": "Utility for downloading YouWealth unit prices into a local .csv file",
"version": "1.2.0",
"homepage": "https://github.com/adrianparker/YouWealthData",
"author": "Adrian Parker <adrian@iceknife.com>",
"keywords": [
"BNZ",
"YouWealth",
"csv",
"managed-fund"
],
"dependencies": {
"argv": "0.0.2",
"csv-writer": "^1.6.0",
"lodash": "^4.17.21",
"node-rest-client": "^3.1.1",
"request": "^2.88.2"
},
"bugs": {
"url": "https://github.com/adrianparker/YouWealthData/issues"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/adrianparker/YouWealthData.git"
},
"main": "YouWealthData.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"debug": "^4.3.1",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"mocha": "^10.2.0"
},
"directories": {
"test": "test"
}
}