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.
42 lines (39 loc) • 1.4 kB
JSON
{
"name": "measurement-framework",
"version": "0.1.32",
"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": "latest",
"jsonp-es6": "latest",
"lodash-es": "latest"
},
"devDependencies": {
"rollup": "^0.56.5",
"rollup-plugin-buble": "^0.19.2",
"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.3",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redperformance/red-measurement-framework"
},
"author": "RED Performance <support@redperformance.no>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/redperformance/red-measurement-framework/issues"
},
"homepage": "https://github.com/redperformance/red-measurement-framework#readme"
}