gatsby-segment
Version:
Add Segment JS to gatsby site
35 lines (34 loc) • 877 B
JSON
{
"name": "gatsby-segment",
"description": "Add Segment JS to gatsby site",
"version": "0.0.8",
"main": "gatsby-ssr.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Ja%2CesVitaly/gatsby-segment-js.git"
},
"author": "JamesVitaly",
"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/JamesVitaly/gatsby-segment-js/issues"
},
"homepage": "https://github.com/JamesVitaly/gatsby-segment-js#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1"
},
"dependencies": {}
}