-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1016 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
{
"name": "gatsby-plugin-reddit-pixel",
"version": "1.0.1",
"description": "A Gatsby plugin to add the reddit pixel onto a site",
"scripts": {
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/padfever/gatsby-plugin-reddit-pixel.git"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"reddit",
"reddit pixel",
"reddit ads",
"reddit conversions"
],
"author": "Abraham Elmahrek <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/padfever/gatsby-plugin-reddit-pixel/issues"
},
"homepage": "https://github.com/padfever/gatsby-plugin-reddit-pixel#readme",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-flow-strip-types": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4"
}
}