-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
48
49
50
51
{
"name": "javascriptkitchensink",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"alexarank": "^0.2.0",
"article-extractor": "^1.0.2",
"article-parser": "^1.6.15",
"baidumap": "^0.0.4",
"bingtranslator": "^0.0.7",
"bluebird": "^3.5.0",
"cheerio": "^1.0.0-rc.2",
"crawler": "^1.0.3",
"express": "^4.16.2",
"geo-from-ip": "^1.0.6",
"google-translate": "^1.0.6",
"google-translate-api": "^2.2.2",
"jsdom": "^9.12.0",
"jsonfile": "^2.4.0",
"kue": "^0.11.5",
"leanengine": "^0.4.2",
"memory-cache": "^0.1.6",
"mongodb": "^2.2.25",
"nedb": "^1.8.0",
"node-cache": "^4.1.0",
"parse": "^1.9.2",
"ping": "^0.2.1",
"query-string": "^5.0.1",
"redis": "^2.6.3",
"regex": "^0.1.1",
"simplecrawler": "^1.1.1",
"underscore": "^1.8.3",
"unfluff": "^1.1.0",
"url": "^0.11.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/harryyuanfeng/javascriptKitchen-Sink.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/harryyuanfeng/javascriptKitchen-Sink/issues"
},
"homepage": "https://github.com/harryyuanfeng/javascriptKitchen-Sink"
}