{
    "name": "try-require",
    "version": "1.2.1",
    "description": "Conditional load modules.",
    "repository": {
        "type": "git",
        "url": "git://github.com/rragan/try-require.git"
    },
    "author": "Richard Ragan",
    "dependencies": {},
    "devDependencies": {
        "mocha": "2.2.5",
        "async": "1.0.0"
    },
    "scripts": {
        "test": "npm update; node_modules/mocha/bin/mocha -b -u tdd --reporter list test/*.test.js"
    },
    "license": "MIT",
    "main": "./index.js"
}
