-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 934 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
{
"name": "metadataparser",
"version": "1.1.0",
"description": "Parses the metadata of a web page. Useful for eg. link previews / embeds",
"private": true,
"author": "Pelle Wessman <[email protected]>",
"homepage": "https://github.com/bloglovin/metadataparser",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bloglovin/metadataparser.git"
},
"dependencies": {
"aws-sdk": "^2.1.8",
"cheerio": "^0.18.0",
"request": "^2.51.0"
},
"scripts": {
"test": "node -e \"require('grunt').tasks(['test']);\"",
"test-all": "node -e \"require('grunt').tasks(['test-all']);\"",
"prepush": "npm test"
},
"devDependencies": {
"chai": "^1.10.0",
"escape-string-regexp": "^1.0.3",
"grunt": "^0.4.5",
"husky": "^0.7.0",
"istanbul": "^0.3.13",
"lintlovin": "^1.15.1",
"mocha": "^2.2.4",
"nock": "^0.57.0",
"sinon": "^1.12.1"
}
}