-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.2 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
44
45
46
47
{
"name": "@isamrish/gatsby-plugin-google-adsense",
"version": "1.2.0",
"description": "Gatsby plugin to add google adsense onto a site",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir . --ignore test/",
"prepare": "cross-env NODE_ENV=production npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IsAmrish/gatsby-plugin-google-adsense.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"google",
"adsense",
"google adsense"
],
"author": "Amrish Kushwaha <[email protected]> (https://uxworks.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/IsAmrish/gatsby-plugin-google-adsense/issues"
},
"homepage": "https://github.com/IsAmrish/gatsby-plugin-google-adsense#readme",
"dependencies": {
"@babel/runtime": "^7.5.5",
"react": "^16.8.6"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"babel-preset-gatsby-package": "^0.2.2",
"cross-env": "^5.2.0",
"jest": "^24.8.0"
},
"peerDependencies": {
"gatsby": "^2.13.50",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"directories": {
"test": "test"
}
}