{ "name": "option", "version": "0.2.4", "author": "Michael Williamson ", "description": "The option type, also known as the maybe type, for JavaScript", "license": "BSD-2-Clause", "scripts": { "test": "nodeunit test" }, "repository": { "type": "git", "url": "https://github.com/mwilliamson/node-options.git" }, "dependencies": { }, "devDependencies": { "nodeunit": "latest" }, "keywords": [ "option", "maybe" ] }