UNPKG

1.84 kBJSONView Raw
1{
2 "name": "measurement-framework",
3 "version": "0.1.14",
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 "i": "^0.3.6",
10 "is-json": "latest",
11 "js-cookie": "latest",
12 "jsonp-es6": "latest",
13 "lodash-es": "latest",
14 "measurement-framework": "^0.1.14"
15 },
16 "devDependencies": {
17 "babel-core": "latest",
18 "babel-preset-env": "latest",
19 "browser-env": "^3.2.5",
20 "rollup-plugin-babel": "latest",
21 "rollup-plugin-commonjs": "^8.3.0",
22 "rollup-plugin-esformatter": "^0.5.0",
23 "rollup-plugin-eslint": "^4.0.0",
24 "rollup-plugin-filesize": "^1.4.2",
25 "rollup-plugin-json": "^2.3.0",
26 "rollup-plugin-node-resolve": "^3.0.3",
27 "rollup-plugin-replace": "^1.2.1",
28 "rollup-plugin-sizes": "^0.4.2",
29 "rollup-plugin-uglify": "^3.0.0",
30 "rollup-watch": "^4.3.1",
31 "uglify-es": "^3.3.10"
32 },
33 "scripts": {
34 "test": "ava"
35 },
36 "repository": {
37 "type": "git",
38 "url": "git+ssh://git@github.com/redperformance/red-measurement-framework.git"
39 },
40 "author": "RED Performance <www.redperformance.no>",
41 "licenses": [
42 {
43 "type": "Apache-2.0",
44 "url": "https://opensource.org/licenses/apache2.0.php"
45 }
46 ],
47 "bugs": {
48 "url": "https://github.com/redperformance/red-measurement-framework/issues"
49 },
50 "homepage": "https://github.com/redperformance/red-measurement-framework#readme",
51 "ava": {
52 "require": [
53 "babel-register"
54 ]
55 },
56 "bin": {
57 "mfreg": "bin/register.js"
58 },
59 "directories": {
60 "lib": "lib",
61 "test": "test"
62 },
63 "license": "ISC"
64}