-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
32 lines (32 loc) · 978 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
{
"name": "wiki-death",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"download-year-pages": "node scripts/download-year-pages.js",
"parse-year-pages": "node scripts/parse-year-pages.js",
"get-wiki-pageviews": "node scripts/get-wiki-pageviews.js",
"get-people-pageviews": "node scripts/get-people-pageviews.js",
"bin": "node scripts/bin.js",
"stats": "node scripts/stats.js",
"filter-population": "node scripts/filter-population.js",
"add-details": "node scripts/add-details.js",
"prepare-explore": "node scripts/prepare-explore.js",
"prepare-web": "node scripts/prepare-web.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "1.0.0-rc.2",
"d3": "5.5.0",
"mkdirp": "0.5.1",
"moving-averages": "4.0.5",
"npm-run-all": "4.1.3",
"pageviews": "1.4.0",
"request": "2.87.0",
"simple-statistics": "6.1.0",
"wikijs": "4.8.0"
}
}