blob: 7ea620ef4508dcac29d5faa4453839ea79565188 [file] [edit]
{
"author": "Ben Mosher (me@benmosher.com)",
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
},
"dependencies": {
"eslint-module-utils": "^2.5.0"
},
"description": "Memoizing wrapper for any ESLint-compatible parser module.",
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme",
"keywords": [
"eslint",
"eslint-plugin-import",
"parser"
],
"license": "MIT",
"main": "index.js",
"name": "memo-parser",
"peerDependencies": {
"eslint": ">=3.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
},
"scripts": {
"prepublishOnly": "cp ../{LICENSE,.npmrc} ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.2.1"
}