UNPKG

1.68 kBJSONView Raw
1{
2 "name": "measurement-framework",
3 "version": "0.1.11",
4 "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.",
5 "main": "index.js",
6 "module": "index.js",
7 "dependencies": {
8 "alphanumeric": "latest",
9 "is-json": "latest",
10 "js-cookie": "latest",
11 "jsonp-es6": "latest",
12 "lodash-es": "latest"
13 },
14 "devDependencies": {
15 "jasmine": "^3.1.0",
16 "karma": "^2.0.0",
17 "karma-chrome-launcher": "^2.2.0",
18 "karma-jasmine": "^1.1.1",
19 "karma-jquery": "^0.2.2",
20 "karma-rollup-preprocessor": "^5.1.1",
21 "rollup": "^0.56.5",
22 "rollup-plugin-buble": "^0.19.2",
23 "rollup-plugin-commonjs": "^8.3.0",
24 "rollup-plugin-esformatter": "^0.5.0",
25 "rollup-plugin-eslint": "^4.0.0",
26 "rollup-plugin-filesize": "^1.4.2",
27 "rollup-plugin-json": "^2.3.0",
28 "rollup-plugin-node-resolve": "^3.0.3",
29 "rollup-plugin-replace": "^1.2.1",
30 "rollup-plugin-sizes": "^0.4.2",
31 "rollup-plugin-uglify": "^3.0.0",
32 "rollup-watch": "^4.3.1",
33 "uglify-es": "^3.3.10"
34 },
35 "scripts": {
36 "test": "karma start --single-run"
37 },
38 "repository": {
39 "type": "git",
40 "url": "git+https://github.com/mijohansen/measurement-framework.git"
41 },
42 "author": "Michael Johansen <michael.johansen@gmail.com>",
43 "license": "Apache-2.0",
44 "bugs": {
45 "url": "https://github.com/mijohansen/measurement-framework/issues"
46 },
47 "homepage": "https://github.com/mijohansen/measurement-framework#readme",
48 "bin": {
49 "mfreg": "bin/register.js"
50 }
51}