false
Version:
A JavaScript port of the Unix utility 'false'. Returns the Boolean value `false`
30 lines • 614 B
JSON
{
"name": "false",
"version": "0.0.4",
"description": "A JavaScript port of the Unix utility 'false'. Returns the Boolean value `false`",
"main": "index.js",
"scripts": {
"test": "jake test"
},
"repository": {
"type": "git",
"url": "git://github.com/mde/false.git"
},
"keywords": [
"false",
"False",
"Boolean"
],
"author": "mde",
"license": {
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"bugs": {
"url": "https://github.com/mde/false/issues"
},
"dependencies": {},
"devDependencies": {
"jake": "0.7.x"
}
}