appadhoc
Version:
AppAdhoc module for A/B testing
28 lines (27 loc) • 599 B
JSON
{
"name": "appadhoc",
"description": "AppAdhoc module for A/B testing",
"version": "0.1.4",
"author": "Ye Wang <sando@appadhoc.com>",
"repository": {
"type": "git",
"url": "https://gitlab.appadhoc.com/adhoc/adhoc_nodejs.git"
},
"devDependencies": {
"http": "*",
"express": "*",
"node-cache": "*",
"mocha": "*",
"expect.js": "*"
},
"scripts": {
"test": "bash test.sh"
},
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/hokaccha/node-jwt-simple/master/LICENSE"
}],
"engines": {"node": ">= 0.4.0"},
"keywords": ["adhoc", "appadhoc"],
"main": "./index"
}