kloak
Version:
Pretend delegated function.
34 lines • 675 B
JSON
{
"name": "truopt",
"version": "0.3.0",
"description": "Create boolean based key-value option.",
"main": "truopt.deploy.js",
"support": "truopt.support.js",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"license": "MIT",
"keywords": [
"create",
"boolean",
"based",
"key-value",
"option",
"truopt"
],
"homepage": "https://github.com/volkovasystems/truopt",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"doubt": "^0.34.0",
"falze": "^0.26.0",
"truly": "^0.20.0"
}
}