logic-gates
Version:
Logical gates defined as methods
29 lines (28 loc) • 579 B
JSON
{
"name": "logic-gates",
"version": "0.0.1",
"description": "Logical gates defined as methods",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/UmbraEngineering/node-logic-gates"
},
"keywords": [
"and",
"nand",
"or",
"nor",
"xor",
"xnor",
"not",
"logic",
"gates",
"boolean"
],
"author": "James Brumond <james@jbrumond.me> (http://www.jbrumond.me)",
"license": "MIT",
"readmeFilename": "readme.md"
}