pivot
Version:
Simple feature, multi-variant and A/B testing
32 lines (31 loc) • 724 B
JSON
{
"name": "pivot",
"version": "0.1.0",
"description": "Simple feature, multi-variant and A/B testing",
"main": "./lib/pivot",
"scripts": {
"test": "NODE_ENV=test mocha"
},
"keywords": [
"testing",
"AB",
"multivariant",
"multi-variant",
"feature"
],
"author": "Cameron Bytheway",
"license": "MIT",
"dependencies": {
"debug": "~0.7.2",
"batch": "~0.3.2",
"each-component": "https://github.com/CamShaft/each/archive/master.tar.gz",
"require-component": "~0.1.0",
"find": "https://github.com/component/find/archive/master.tar.gz"
},
"devDependencies": {
"should": "~1.2.2",
"supertest": "~0.5.1",
"mocha": "~1.8.1",
"express": "~3.1.0"
}
}