-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 835 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
{
"name": "cris-cancer",
"version": "0.1.0",
"description": "The crawler for the cancer report from https://cris.hpa.gov.tw/",
"main": "main.ls",
"dependencies": {
"cheerio": "^0.16.0",
"async": "^0.8.0",
"request": "^2.34.0",
"underscore": "^1.6.0",
"jsdom": "^0.10.5",
"ms-viewstate": "^0.1.0",
"prelude-ls": "^1.1.1",
"imagemagick": "^0.1.3",
"node-dom": "^0.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yhsiang/cris-cancer"
},
"keywords": [
"crawler"
],
"author": "YuanHsiang Cheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/yhsiang/cris-cancer/issues"
},
"homepage": "https://github.com/yhsiang/cris-cancer"
}