gitfeatures
Version:
A browser-based specification editor and feature toggle system that uses Git for version control
37 lines (36 loc) • 831 B
JSON
{
"name": "gitfeatures",
"version": "0.0.1-alpha.22",
"description": "A browser-based specification editor and feature toggle system that uses Git for version control",
"keywords": [
"BDD",
"Specification",
"Feature Toggles",
"Feature Flags",
"Cucumber",
"Gherkin",
"Example Mapping",
"Markdown",
"Mermaid",
"Mindmap",
"Git"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sengac/gitfeatures.git"
},
"author": "Software Engineering & Consulting Pty Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/sengac/gitfeatures/issues"
},
"bin": {
"gitfeatures": "./bin/gitfeatures"
},
"dependencies": {
"@isomorphic-git/cors-proxy": "^2.7.0",
"express": "^4.17.1",
"helmet": "^4.4.1",
"open": "^8.0.2"
}
}