@edgio/experimentation
Version:
Provides access Edgio Experimentation data in your application
38 lines (37 loc) • 827 B
JSON
{
"name": "@edgio/experimentation",
"version": "0.2.0",
"description": "Provides access Edgio Experimentation data in your application",
"exports": {
"import": "./src/index.mjs",
"require": "./src/index.cjs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Edgio/Experimentation.js.git"
},
"keywords": [
"edgio",
"experiments",
"ab",
"test",
"feature",
"flags",
"canary",
"deployment",
"release",
"management"
],
"author": {
"name": "Raees Iqbal",
"url": "https://raees.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Edgio/Experimentation.js/issues"
},
"homepage": "https://github.com/Edgio/Experimentation.js#readme"
}