-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 749 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 749 Bytes
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
{
"name": "treehousetasksix",
"version": "1.0.0",
"description": "An application to scrape information from https://shirts4mike.com and store results in a csv file.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node scraper.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulheading/TreehouseTaskSix.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/paulheading/TreehouseTaskSix/issues"
},
"homepage": "https://github.com/paulheading/TreehouseTaskSix#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"fs": "0.0.1-security",
"json-2-csv": "^2.3.1",
"moment": "^2.22.2",
"request": "^2.88.0"
}
}