-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 841 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
{
"name": "share-info",
"version": "0.1.8",
"description": "This module will scrape metadata from the URL shared",
"main": "./lib/index.js",
"scripts": {
"test": "mocha --timeout 20000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catcto/share-info.git"
},
"engines": {
"node": ">= 0.8"
},
"keywords": [
"crawler",
"metadata",
"metatag",
"sharing content",
"social media"
],
"author": "catcto (https://github.com/catcto)",
"license": "MIT",
"bugs": {
"url": "https://github.com/catcto/share-info/issues"
},
"homepage": "https://github.com/catcto/share-info#readme",
"devDependencies": {
"mocha": "^10.2.0"
},
"dependencies": {
"async": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"lodash": "^4.17.13",
"request": "^2.88.0"
}
}