remimi
Version:
Redux Mixpanel Middleware
46 lines • 1.31 kB
JSON
{
"name": "remimi",
"version": "2.0.4",
"description": "Redux Mixpanel Middleware",
"main": "dist/index.js",
"scripts": {
"build": "rm -rf dist && mkdir dist && babel src --out-dir dist",
"test": "mocha --compilers js:babel-core/register -r jsdom-global/register",
"lint": "eslint src/**",
"ci": "npm run test && npm run lint",
"prepublish": "npm run test && npm run lint && npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/BrandwatchLtd/remimi.git"
},
"keywords": [
"Redux.",
"Middleware",
"Mixpanel"
],
"author": "Brandwatch Engineering",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/BrandwatchLtd/remimi/issues"
},
"homepage": "https://github.com/BrandwatchLtd/remimi#readme",
"devDependencies": {
"babel-cli": "6.11.4",
"babel-core": "6.11.4",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-preset-es2015": "6.9.0",
"chai": "3.5.0",
"eslint": "3.1.1",
"jsdom": "9.4.1",
"jsdom-global": "2.0.0",
"mocha": "2.5.3",
"semantic-release": "^6.3.6",
"sinon": "^3.2.1"
},
"dependencies": {
"mixpanel-browser": "^2.16.0"
}
}