forked from dport96/mis-portfolios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 927 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
{
"name": "update_ics_portfolios",
"version": "1.0.0",
"description": "Download portfolio data and prepare it for Jekyll processing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dport96/mis-portfolios.git"
},
"author": "Philip Johnson",
"license": "ISC",
"bugs": {
"url": "https://github.com/dport96/mis-portfolios/issues"
},
"bin": {
"update_ics_portfolios": "update-ics-portfolios.js"
},
"homepage": "https://github.com/dport96/mis-portfolios#readme",
"dependencies": {
"JSON2016": "^1.0.0",
"async": "^2.1.2",
"dirty-json": "^0.7.0",
"fs": "0.0.1-security",
"fs-promise": "^0.5.0",
"json5": "^2.1.0",
"jsonfile": "^2.4.0",
"jsonic": "^0.2.2",
"relaxed-json": "^1.0.3",
"request": "^2.74.0",
"underscore": "^1.8.3"
}
}