blob: ce2a37b55e4b7a03a400a06d6393316165863ab0 [file] [log] [blame]
{
"author": "Ben Mosher ([email protected])",
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
},
"dependencies": {
"debug": "^2.6.9",
"resolve": "^1.13.1"
},
"description": "Node default behavior import resolution plugin for eslint-plugin-import.",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.0",
"mocha": "^3.5.3",
"nyc": "^11.7.1"
},
"files": [
"index.js"
],
"homepage": "https://github.com/benmosher/eslint-plugin-import",
"keywords": [
"eslint",
"eslintplugin",
"esnext",
"modules",
"eslint-plugin-import"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-import-resolver-node",
"nyc": {
"exclude": [
"test/"
]
},
"repository": {
"type": "git",
"url": "https://github.com/benmosher/eslint-plugin-import"
},
"scripts": {
"coveralls": "nyc report --reporter lcovonly && cd ../.. && coveralls < ./resolvers/node/coverage/lcov.info",
"prepublishOnly": "cp ../../{LICENSE,.npmrc} ./",
"test": "nyc mocha"
},
"version": "0.3.3"
}