-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "algolia-webcrawler",
"version": "3.2.3",
"description": "Simple node worker that crawls sitemaps in order to keep an algolia index up-to-date.",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "node test/index.js | faucet"
},
"bin": {
"algolia-webcrawler": "app.js"
},
"keywords": [
"algolia",
"web-crawler",
"search"
],
"author": "deuxhuithuit",
"license": "MIT",
"dependencies": {
"algoliasearch": "^3.35.1",
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"html-entities": "^1.2.1",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"optimist": "^0.6.1",
"trim": "0.0.1",
"update-notifier": "^4.0.0"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.13.0",
"tape-catch": "^1.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/DeuxHuitHuit/algolia-webcrawler.git"
},
"bugs": {
"url": "https://github.com/DeuxHuitHuit/algolia-webcrawler/issues"
},
"homepage": "https://github.com/DeuxHuitHuit/algolia-webcrawler"
}