UNPKG

keen-analysis

Version:
69 lines (68 loc) 2.44 kB
{ "name": "keen-analysis", "version": "3.0.1", "description": "Data Analysis SDK for Keen IO", "main": "dist/node/keen-analysis.js", "browser": "dist/keen-analysis.js", "scripts": { "start": "NODE_ENV=development webpack-dev-server", "test": "NODE_ENV=test jest && npm run test:node", "test:node": "NODE_ENV=test TEST_ENV=node jest", "test:watch": "NODE_ENV=test jest --watch", "test:node:watch": "NODE_ENV=test TEST_ENV=node jest --watch", "build": "NODE_ENV=production webpack -p && NODE_ENV=production OPTIMIZE_MINIMIZE=1 webpack -p && npm run build:node", "build:node": "TARGET=node NODE_ENV=production webpack -p", "profile": "webpack --profile --json > stats.json", "analyze": "webpack-bundle-analyzer stats.json /dist", "preversion": "npm run build && npm run test", "version": "git add .", "postversion": "git push && git push --tags", "demo": "node ./test/demo/index.node.js" }, "repository": { "type": "git", "url": "git+https://github.com/keen/keen-analysis.js.git" }, "author": "Keen IO <team@keen.io>", "contributors": [ "Dustin Larimer <dustin@keen.io> (https://github.com/dustinlarimer)", "Adam Kasprowicz <adam.kasprowicz@keen.io> (https://github.com/adamkasprowicz)" ], "license": "MIT", "bugs": { "url": "https://github.com/keen/keen-analysis.js/issues" }, "homepage": "https://github.com/keen/keen-analysis.js#readme", "dependencies": { "keen-core": "^0.2.0", "promise-polyfill": "^8.0.0", "whatwg-fetch": "^2.0.4" }, "devDependencies": { "abortcontroller-polyfill": "^1.1.9", "babel-loader": "^7.1.4", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "del": "^2.1.0", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-loader": "^2.0.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jsx-a11y": "^6.0.3", "fake-indexeddb": "^2.0.4", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "jest": "^22.4.3", "jest-fetch-mock": "^1.6.5", "nock": "^9.2.6", "regenerator-runtime": "^0.11.1", "requirejs": "^2.1.22", "through2": "^2.0.0", "webpack": "^4.5.0", "webpack-bundle-analyzer": "^2.11.1", "webpack-cli": "^2.0.13", "webpack-dev-server": "^3.1.1", "xhr-mock": "^2.3.2" } }