-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1018 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
35
36
37
38
39
40
41
{
"name": "jobs-crawler",
"version": "1.0.0",
"description": "Jobs list for ejobs and bestjobs based on a search query. Prevents duplicate content and the ability to remove files from the search.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Slitthe/jobs-crawler.git"
},
"keywords": [
"crawler",
"jobs",
"ejobs",
"bestjobs",
"html",
"parse",
"http",
"request"
],
"author": "Silviu",
"license": "ISC",
"bugs": {
"url": "https://github.com/Slitthe/jobs-crawler/issues"
},
"homepage": "https://github.com/Slitthe/jobs-crawler#readme",
"dependencies": {
"body-parser": "^1.18.2",
"colors": "^1.2.1",
"ejs": "^2.5.8",
"ejs-lint": "^0.3.0",
"express": "^4.16.3",
"method-override": "^2.3.10",
"mongoose": "^5.0.11",
"request": "^2.85.0",
"single-line-string": "0.0.2",
"sse-pusher": "^1.1.1"
}
}