forked from masterT/bandcamp-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 839 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
{
"name": "bandcamp-scraper",
"version": "0.1.2",
"description": "A scraper for https://bandcamp.com",
"main": "lib/index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/masterT/bandcamp-scraper"
},
"author": "Simon Thiboutôt <[email protected]> (http://simonthiboutot.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/masterT/bandcamp-scraper/issues"
},
"homepage": "https://github.com/masterT/bandcamp-scraper",
"devDependencies": {},
"dependencies": {
"cheerio": "^0.19.0",
"diacritics": "^1.2.2",
"linez": "^4.1.0",
"request": "^2.61.0",
"slug": "^0.9.1"
},
"directories": {
"example": "examples"
},
"keywords": [
"scraper",
"bandcamp",
"music",
"album",
"product"
]
}