-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "apostrophe-link-preview-widgets",
"version": "1.0.4",
"description": "Link Previews for ApostropheCMS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/apostrophecms/apostrophe-link-preview-widgets"
},
"keywords": [
"ApostropheCMS",
"Preview",
"Open Graph",
"Metadata",
"Schema.org",
"Widget"
],
"author": "P'unk Ave",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-link-preview-widgets/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-link-preview-widgets#readme",
"devDependencies": {
"eslint": "^4.2.0",
"eslint-config-punkave": "^1.0.8",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^3.0.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"lodash": "^4.17.11",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}