-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 972 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 972 Bytes
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-rudderstack",
"version": "1.0.0",
"description": "Event tracking with Rudderstack in your Gatsby frontend.",
"main": "gatsby-ssr.js",
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rudderlabs/gatsby-plugin-rudderstack.git"
},
"keywords": [
"rudderstack",
"rudderstack analytics",
"event tracking",
"gatsby",
"gatsby-plugin"
],
"author": "Rudderstack",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/rudderlabs/gatsby-plugin-rudderstack/issues"
},
"homepage": "https://github.com/rudderlabs/gatsby-plugin-rudderstack#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1"
},
"eslintConfig": {
"rules": {
"strict": "off"
}
}
}