tegel
Version:
A simple feature toggle service for Node.js
31 lines (30 loc) • 673 B
JSON
{
"name": "tegel",
"version": "1.0.4",
"description": "A simple feature toggle service for Node.js",
"main": "index.js",
"keywords": [
"feature",
"flag",
"toggle",
"switch",
"feature flag",
"feature toggle",
"feature switch"
],
"author": {
"name": "Fatih Altinok",
"email": "fatihaltinok@live.com"
},
"repository": {
"type": "git",
"url": "git@github.com:frontsideair/tegel"
},
"homepage": "http://github.com/frontsideair/tegel",
"bugs": "http://github.com/frontsideair/tegel/issues",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"gitHead": "593e2db62b9a63665eaabd31bbd0f78d22aa7bd8"
}