forked from brahma-dev/metafetch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "metafetch",
"description": "Metafetch fetches a given URL's title, description, images, links etc.",
"version": "1.4.0",
"homepage": "https://github.com/afzaalace/metafetch",
"repository": {
"type": "git",
"url": "git://github.com/afzaalace/metafetch.git"
},
"author": "afzaalace",
"keywords": [
"meta",
"graph",
"tags",
"description",
"images"
],
"main": "index",
"dependencies": {
"cheerio": "^0.22.0",
"lodash": "^4.11.1",
"modern-random-ua": "^1.0.3",
"superagent": "^3.5.0",
"superagent-charset": "^1.1.1",
"uri-js": "^2.1.1"
},
"devDependencies": {
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "^1.2.0",
"should": "^11.1.0"
},
"scripts": {
"test": "mocha --timeout 4000 test && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --timeout 4000"
},
"tonicExampleFilename": "sample.js",
"engines": {
"node": ">= 4.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/afzaalace/metafetch/issues"
}
}