-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 724 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 724 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
27
28
29
{
"name": "FreeScraper",
"version": "0.0.1",
"scripts": {
"start": "node app.js"
},
"author": "Darren Dignam",
"description": "FreeScraper is a node.js Freecycle Scraper to help find items in the Greater London area.",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/darrendignam/FreeScraper"
},
"dependencies": {
"body-parser": "~1.0.0",
"cheerio": "^0.22.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"exif": "^0.6.0",
"express": "~4.0.0",
"jade": "~1.3.0",
"memory-cache": "^0.1.6",
"moment": "^2.18.1",
"mongoose": "^4.9.5",
"morgan": "~1.0.0",
"request": "^2.81.0",
"static-favicon": "~1.0.0"
}
}