{
    "author"      : "Henri Bouvier",
    "name"        : "node-options",
    "description" : "Parse the command line arguments",
    "version"     : "0.0.6",
    "repository"  : {
        "type" : "git",
        "url"  : "https://github.com/hbouvier/node-options.git"
    },
    "keywords": [
        "argument",
        "option",
        "switch"
    ],
    "main" : "./lib/options.js",
    "devDependencies" : {
        "jasmine-node"        : "1.12.0",
        "istanbul"            : "0.2.3",
	"coveralls"           : "2.6.1"
    },
    "bob" : {
        "jscoverage"          : "0.3.8",
        "jscoverage-reporter" : "0.1.0"
    },
    "scripts": {
	"test" : "istanbul cover jasmine-node -- spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
        "istanbul-test" : "istanbul cover jasmine-node -- spec",
        "verbose-test"  : "jasmine-node --verbose spec",
        "clean" : "rm -rf coverage"
    },
    "configuration" : {
        "unittest" : "default_value"
    },
    "engines"              : {
        "node" : ">= 0.6.0"
    }
}
