measurement-framework
Version:
Collection of Javascript code to implement a browser based measurement system for websites. It uses a cookie to store a users action on a webpage and let you map thoose actions to a particular state in the user journey.
45 lines (44 loc) • 1.55 kB
JSON
{
"name": "measurement-framework",
"version": "0.1.3",
"description": "Collection of Javascript code to implement a browser based measurement system for websites. It uses a cookie to store a users action on a webpage and let you map thoose actions to a particular state in the user journey.",
"main": "index.js",
"module": "index.js",
"dependencies": {
"alphanumeric": "latest",
"is-json": "latest",
"js-cookie": "^2.2.0",
"jsonp-es6": "latest",
"lodash-es": "latest"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/preset-env": "^7.0.0-beta.40",
"babel-plugin-lodash": "^3.3.2",
"rollup-plugin-babel": "^4.0.0-beta.0",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-esformatter": "^0.5.0",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-filesize": "^1.4.2",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-replace": "^1.2.1",
"rollup-plugin-sizes": "^0.4.2",
"rollup-plugin-uglify": "^3.0.0",
"rollup-watch": "^4.3.1",
"uglify-es": "^3.3.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mijohansen/measurement-framework.git"
},
"author": "Michael Johansen <michael.johansen@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mijohansen/measurement-framework/issues"
},
"homepage": "https://github.com/mijohansen/measurement-framework#readme"
}