-
Notifications
You must be signed in to change notification settings - Fork 340
/
package.json
43 lines (43 loc) · 1.24 KB
/
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
{
"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",
"lint": "eslint --quiet --ext .jsx --ext .js ./imports"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ics-portfolios/ics-portfolios.github.io.git"
},
"author": "Philip Johnson",
"license": "ISC",
"bugs": {
"url": "https://github.com/ics-portfolios/ics-portfolios.github.io/issues"
},
"bin": {
"update_ics_portfolios": "update-ics-portfolios.js"
},
"homepage": "https://github.com/ics-portfolios/ics-portfolios.github.io#readme",
"dependencies": {
"JSON2016": "^1.0.0",
"async": "^2.6.3",
"fs": "0.0.1-security",
"fs-promise": "^0.5.0",
"jsonfile": "^2.4.0",
"jsonic": "^0.2.2",
"request": "^2.88.2",
"underscore": "^1.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-meteor": "^5.1.0",
"eslint-plugin-react": "^7.25.2",
"eslint-utils": "^3.0.0"
}
}