You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
995 B

{
"name": "requirable",
"version": "1.0.5",
"description": "Enables a module to require itself by name",
"main": "src/index.js",
"scripts": {
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"xo": {
"extends": "xo-lukechilds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/requirable.git"
},
"keywords": [
"find",
"require",
"requirable",
"self",
"root",
"current",
"module"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/requirable/issues"
},
"homepage": "https://github.com/lukechilds/requirable",
"dependencies": {
"mock-require": "^3.0.0",
"pkg-dir": "^4.2.0"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"eslint-config-xo-lukechilds": "^1.0.0",
"nyc": "^11.0.3",
"xo": "^0.19.0"
}
}