UNPKG

aard-recorder

Version:

A JavaScript tracking library for the Aard Platform at InYourArea.co.uk. Record and track activity across the different services of the platform.

68 lines (67 loc) 1.9 kB
{ "name": "aard-recorder", "version": "0.3.3", "description": "A JavaScript tracking library for the Aard Platform at InYourArea.co.uk. Record and track activity across the different services of the platform.", "main": "./lib/aard-recorder.js", "browserslist": [ ">= 1%", "IE >= 11", "iOS >= 9", "Edge >= 14", "safari >= 7.1", "maintained node versions" ], "scripts": { "check:flow": "flow", "build:dev": "webpack-dev-server --config webpack/webpack.dev.js", "build:prod": "webpack --config webpack/webpack.prod.js", "test": "jest --watchAll", "prepare": "npm run build:prod" }, "keywords": [ "Tracking", "Monitoring", "InYourArea", "Analytics" ], "author": "Ndil-Adjim Sou Ngadoy", "license": "ISC", "dependencies": { "@babel/runtime": "^7.3.1", "core-js": "^2.6.3", "cross-fetch": "^3.0.0", "uuid": "^3.3.2" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-syntax-export-default-from": "^7.2.0", "@babel/plugin-syntax-export-namespace-from": "^7.2.0", "@babel/plugin-transform-runtime": "^7.2.0", "@babel/preset-env": "^7.3.1", "@babel/preset-flow": "^7.0.0", "babel-cli": "^6.26.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-loader": "^8.0.5", "babel-plugin-transform-export-extensions": "^6.22.0", "babel-preset-flow": "^6.23.0", "clean-webpack-plugin": "^1.0.1", "eslint": "^5.12.1", "eslint-config-prettier": "^3.6.0", "eslint-plugin-prettier": "^3.0.1", "flow-bin": "^0.91.0", "jest": "^23.6.0", "jest-fetch-mock": "^2.1.0", "prettier": "^1.16.1", "webpack": "^4.29.0", "webpack-cli": "^3.2.1", "webpack-dev-server": "^3.1.14", "webpack-merge": "^4.2.1" }, "jest": { "automock": false, "setupFiles": [ "./test/setupJest.js" ] } }