forked from JodyPSmith/gatsby-plugin-tawk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1014 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
35
36
{
"name": "gatsby-plugin-tawk.to",
"description": "Gatsby plugin that adds tawk.to JS file to site",
"version": "1.0.8",
"author": "Ajmal Hussain <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/AsathalMannan/gatsby-plugin-tawk.git"
},
"homepage": "https://github.com/AsathalMannan/gatsby-plugin-tawk.git",
"bugs": {
"url": "https://github.com/AsathalMannan/gatsby-plugin-tawk-updated/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"tawk",
"tawk.js"
],
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__",
"test": "echo \"No test specified\""
},
"license": "MIT",
"main": "index.js",
"devDependencies": {},
"dependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.14.0",
"cross-env": "^7.0.3"
}
}