kapi-framework
Version:
A framework to shift the focus towards business logic.
32 lines (31 loc) • 649 B
JSON
{
"name": "kapi-framework",
"version": "0.0.1",
"description": "A framework to shift the focus towards business logic.",
"main": "./src/index.js",
"scripts": {
"test": "jest --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Laufire/kapi.git"
},
"keywords": [
"kapi",
"framework",
"api",
"modular",
"focus",
"business",
"logic"
],
"author": "laufire technologies",
"license": "ISC",
"bugs": {
"url": "https://github.com/Laufire/kapi/issues"
},
"homepage": "https://github.com/Laufire/kapi#readme",
"devDependencies": {
"jest": "^24.7.1"
}
}