forked from pittica/gatsby-plugin-trustpilot-widget
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "@dadoagency/gatsby-plugin-trustpilot-widget",
"private": false,
"description": "Trustpilot widget for GatsbyJS.",
"version": "1.0.10",
"author": "Dado Agency <[email protected]> (https://dadoagency.com)",
"bugs": {
"url": "https://github.com/dadoagency/gatsby-plugin-trustpilot-widget/issues"
},
"deprecated": false,
"homepage": "https://github.com/dadoagency/gatsby-plugin-trustpilot-widget",
"keywords": [
"gatsby",
"gatsby-plugin",
"trustpilot"
],
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"gatsby": "^2.21.22",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"semantic-release": "^17.1.1"
},
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dadoagency/gatsby-plugin-trustpilot-widget.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public",
"branches": [
"master"
]
}
}