-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 881 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
{
"name": "nautiljon-scraper",
"version": "1.1.0",
"description": "Nautiljon's anime and manga website scraping tool",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node ./test/index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barthofu/nautiljon-scraper.git"
},
"keywords": [
"nautiljon",
"anime",
"manga",
"scraper",
"scrape",
"scraping",
"tool",
"french",
"france"
],
"author": "Bartholomé Gili",
"license": "MIT",
"bugs": {
"url": "https://github.com/barthofu/nautiljon-scraper/issues"
},
"homepage": "https://github.com/barthofu/nautiljon-scraper#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"remove-accents": "^0.4.2",
"request": "^2.88.2",
"request-promise": "^4.2.6"
}
}