-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 906 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": "gatsby-plugin-tawk",
"description": "Gatsby plugin that adds tawk JS file to site",
"version": "1.0.0",
"author": "Jody Smith <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/JodyPSmith/gatsby-plugin-tawk.git"
},
"homepage": "https://github.com/JodyPSmith/gatsby-plugin-tawk.git",
"bugs": {
"url": "https://github.com/JodyPSmith/gatsby-plugin-tawk/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"tawk",
"tawk.js"
],
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__"
},
"license": "MIT",
"main": "index.js",
"devDependencies": {},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"cross-env": "^5.1.4"
}
}