{
	"name": "@appnest/ab-test",
	"version": "0.0.7",
	"description": "A/B testing made incredible simple",
	"author": "Appnest",
	"bugs": {
		"url": "https://github.com/andreasbm/ab-test/issues"
	},
	"homepage": "https://github.com/andreasbm/ab-test#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/andreasbm/ab-test.git"
	},
	"keywords": [
		"ab",
		"test",
		"a/b",
		"testing",
		"split",
		"analytics",
		"lit",
		"web",
		"components"
	],
	"license": "MIT",
	"scripts": {
		"b:dev": "rollup -c rollup.config.ts --environment NODE_ENV:dev",
		"b:prod": "rollup -c rollup.config.ts --environment NODE_ENV:prod",
		"s:dev": "rollup -c rollup.config.ts --watch --environment NODE_ENV:dev",
		"s:prod": "rollup -c rollup.config.ts --watch --environment NODE_ENV:prod",
		"s": "npm run s:dev",
		"readme": "node_modules/.bin/readme generate",
		"b:lib": "node pre-build.js && tsc -p tsconfig.build.json",
		"ncu": "ncu -u -a && npm update && npm install",
		"postversion": "npm run readme && npm run b:lib",
		"publish:patch": "np patch --contents=dist --no-cleanup",
		"publish:minor": "np minor --contents=dist --no-cleanup",
		"publish:major": "np major --contents=dist --no-cleanup"
	},
	"devDependencies": {
		"@appnest/readme": "^1.2.3",
		"@appnest/web-config": "^0.4.28",
		"@appnest/web-router": "^1.3.7",
		"lit-element": "^2.2.1",
		"node-typescript-compiler": "^2.0.0",
		"weightless": "0.0.34"
	},
	"dependencies": {
		"lit-html": "^1.1.2"
	},
	"contributors": [
		{
			"name": "Andreas Mehlsen",
			"url": "https://twitter.com/andreasmehlsen",
			"img": "https://avatars1.githubusercontent.com/u/6267397?s=460&v=4"
		},
		{
			"name": "You?",
			"img": "https://joeschmoe.io/api/v1/random",
			"url": "https://github.com/andreasbm/web-router/blob/master/CONTRIBUTING.md"
		}
	]
}
