-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 KB
/
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
42
43
44
45
46
47
{
"name": "jkljobs",
"private": true,
"description": "Jkl job scraper and API",
"author": "Juho Vepsalainen <[email protected]>",
"version": "0.5.0",
"engines": {
"node": "0.10.x",
"npm": "1.x"
},
"scripts": {
"start": "node ./serve.js"
},
"dependencies": {
"annois": "^0.3.0",
"annomath": "0.2.0",
"annostring": "0.2.2",
"array.prototype.findindex": "^0.1.1",
"async": "0.2.9",
"change-case": "^2.1.1",
"cheerio": "0.12.4",
"express": "3.4.7",
"feedparser": "^0.16.6",
"log-timestamp": "^0.1.1",
"moment": "^2.6.0",
"object-sugar": "^0.7.4",
"parse-env": "0.2.1",
"request": "2.30.0",
"require-dir": "~0.1.0",
"rest-sugar": "0.6.3",
"spyder": "^0.5.2",
"taskist": "0.3.0",
"wuzzy": "^0.1.1"
},
"repository": {
"type": "git",
"url": "[email protected]:geekcollision/jkljobs.git"
},
"homepage": "https://github.com/geekcollision/jkljobs",
"bugs": {
"url": "https://github.com/geekcollisionn/jkljobs/issues"
},
"keywords": [
"scraping",
"api"
]
}