UNPKG

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