-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1001 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
37
{
"name": "gatsby-plugin-parsely-analytics",
"version": "1.1.0",
"description": "Gatsby plugin that adds Parse.ly Analytics to your site.",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir .",
"watch": "babel -w src --out-dir .",
"prepublish": "cross-env NODE_ENV=production npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"parsely",
"parse.ly",
"analytics",
"web-analytics"
],
"repository": {
"type": "git",
"url": "[email protected]:Parsely/gatsby-plugin-parsely-analytics.git"
},
"author": "Mike Sukmanowsky <[email protected]> (https://mikesukmanowsky.com/)",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"babel-preset-gatsby-package": "^0.2.0",
"cross-env": "^5.2.0"
},
"peerDependencies": {
"gatsby": "^2.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
}