blob: 9597b3994b6330b56e47df2511f5c772b06f58bd [file] [log] [blame]
{
"author": "Ben Coe <ben@npmjs.com>",
"bugs": {
"url": "https://github.com/yargs/require-main-filename/issues"
},
"description": "shim for require.main.filename() that works in as many environments as possible",
"devDependencies": {
"chai": "^3.5.0",
"standard": "^6.0.5",
"tap": "^5.2.0"
},
"homepage": "https://github.com/yargs/require-main-filename#readme",
"keywords": [
"require",
"shim",
"iisnode"
],
"license": "ISC",
"main": "index.js",
"name": "require-main-filename",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yargs/require-main-filename.git"
},
"scripts": {
"pretest": "standard",
"test": "tap --coverage test.js"
},
"version": "1.0.1"
}