blob: cb117e6dea14b8eddc9b030cb9110109a91f2a1f [file] [log] [blame]
{
"author": "Ben Mosher (me@benmosher.com)",
"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": "npm run tests-only",
"tests-only": "nyc mocha"
},
"version": "0.3.4"
}