-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 845 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 845 Bytes
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
{
"name": "@passmarked/social",
"version": "1.0.2",
"description": "Rules related to the appearance of the page on social networks",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:passmarked/social.git"
},
"author": "Passmarked <devops@passmarked.com>",
"keywords": [
"passmarked",
"passmark",
"security",
"standards",
"test",
"social",
"opengraph",
"twitter",
"cards",
"richschema",
"schema",
"og"
],
"license": "Apache-2.0",
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.18.0",
"image-size": "^0.5.0",
"passmarked": "*",
"request": "^2.69.0",
"string": "^3.0.0",
"underscore": "^1.8.3",
"when": "^3.6.3"
},
"devDependencies": {
"mocha": "^2.0.1"
}
}