wm-gatsby-plugin-segment-js
Version:
Easily add Segment JS snippet to your website
31 lines (30 loc) • 924 B
JSON
{
"name": "wm-gatsby-plugin-segment-js",
"description": "Easily add Segment JS snippet to your website",
"version": "3.2.1",
"main": "gatsby-ssr.js",
"repository": "git@github.com:Woolly-Mammoth/gatsby-plugin-segment-js.git",
"author": "benjamin hoffman <6520022+benjaminhoffman@users.noreply.github.com>",
"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/benjaminhoffman/gatsby-plugin-segment-js/issues"
},
"homepage": "https://github.com/benjaminhoffman/gatsby-plugin-segment-js#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1"
}
}