forked from benjaminhoffman/gatsby-plugin-segment-js
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 894 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
{
"name": "gatsby-plugin-segment-js",
"description": "Easily add Segment JS snippet to your website",
"version": "3.9.1",
"main": "gatsby-ssr.js",
"repository": "[email protected]:MakeSchool/gatsby-plugin-segment.git",
"author": "Dion Larson <[email protected]>",
"license": "MIT",
"keywords": [
"segment analytics",
"segment",
"segment javascript",
"analytics.js",
"gatsby",
"gatsby-plugin"
],
"scripts": {
"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__"
},
"bugs": {
"url": "https://github.com/MakeSchool/gatsby-plugin-segment-js/issues"
},
"homepage": "https://github.com/MakeSchool/gatsby-plugin-segment-js#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1"
}
}