24 lines
539 B
JSON
24 lines
539 B
JSON
|
|
{
|
||
|
|
"name": "option",
|
||
|
|
"version": "0.2.4",
|
||
|
|
"author": "Michael Williamson <mike@zwobble.org>",
|
||
|
|
"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"
|
||
|
|
]
|
||
|
|
}
|