logical-not
Version:
Logical NOT Function
29 lines (28 loc) • 685 B
JSON
{
"name": "logical-not",
"version": "1.0.9",
"description": "Logical NOT Function",
"main": "index.js",
"scripts": {
"prepublishOnly": "npm run test",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PavelDymkov/logical-not.git"
},
"keywords": [
"logical",
"not",
"inverse"
],
"author": {
"name": "Pavel Dymkov",
"email": "dymkov86@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/PavelDymkov/logical-not/issues"
},
"homepage": "https://github.com/PavelDymkov/logical-not#readme"
}