splitster
Version:
Javascript AB testing tool
55 lines (54 loc) • 1.66 kB
JSON
{
"name": "splitster",
"version": "0.0.52",
"description": "Javascript AB testing tool",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib --ignore **/*.test.js",
"build:watch": "babel src -d lib --ignore **/*.test.js --watch",
"test": "ALL_TESTS=true jest",
"flow": "flow",
"flow:start": "flow start",
"flow:stop": "flow stop",
"localsync": "rimraf lib && yarn build && yalc push"
},
"repository": "git+https://github.com/VladimirJarabica/splitster.git",
"author": "Vladimír Jarabica",
"license": "ISC",
"bugs": {
"url": "https://github.com/VladimirJarabica/splitster/issues"
},
"homepage": "https://github.com/VladimirJarabica/splitster#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^6.4.1",
"babel-plugin-ramda": "^2.0.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.22.0",
"cookie-parser": "^1.4.3",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-prettier": "^2.1.2",
"express": "^4.15.2",
"flow-bin": "^0.87.0",
"immutable-devtools": "0.0.7",
"jest": "^23.6.0",
"rimraf": "^2.6.3",
"webpack": "^3.0.0"
},
"dependencies": {
"js-cookie": "^2.1.4",
"ramda": "*",
"random-js": "^1.0.8",
"seedrandom": "^2.4.4"
}
}