logical-operators
Version:
A tiny library that abstracts away logical operators with the intention of improving code readability.
38 lines (37 loc) • 856 B
JSON
{
"name": "logical-operators",
"version": "0.5.1",
"description": "A tiny library that abstracts away logical operators with the intention of improving code readability.",
"main": "index.js",
"homepage": "https://github.com/alvarobernalg/logical-operators.git",
"repository": {
"type": "git",
"url": "https://github.com/alvarobernalg/logical-operators.git"
},
"scripts": {
"test": "./node_modules/jest/bin/jest.js"
},
"keywords": [
"logical",
"operators",
"operator",
"if",
"else",
"some",
"every",
"Readability",
"equal"
],
"author": {
"name": "Alvaro Bernal Gimeno",
"email": "alvaro.bernal.gimeno@gmail.com"
},
"license": "M.I.T",
"devDependencies": {
"jest": "^20.0.4"
},
"standard": {
"globals": [ "it", "expect", "describe" ]
},
"reveal": "true"
}