package.json
{
"name": "okmaybe",
"version": "1.0.3",
"description": "Deprecated",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "istanbul cover test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecman/okmaybe.git"
},
"keywords": [
],
"author": "ecman <its.ec@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecman/okmaybe/issues"
},
"homepage": "https://github.com/ecman/okmaybe#readme",
"engines": {
"node": ">=0.12.18"
},
"devDependencies": {
"istanbul": "^0.4.5"
}
}