Skip to content

Commit

Permalink
create a package.json for memo-parser, in preparation for possible in…
Browse files Browse the repository at this point in the history
…dependent publishing.

also explicitly notes Node 4+ requirement
  • Loading branch information
benmosher committed Mar 24, 2016
1 parent 4731999 commit 5c9c3b9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions memo-parser/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "memo-parser",
"version": "0.1.0",
"engines": { "node": ">=4" },
"description": "Memoizing wrapper for any ESLint-compatible parser module.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benmosher/eslint-plugin-import.git"
},
"keywords": [
"eslint",
"eslint-plugin-import",
"parser"
],
"author": "Ben Mosher (me@benmosher.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/benmosher/eslint-plugin-import/issues"
},
"homepage": "https://github.com/benmosher/eslint-plugin-import#readme"
}

0 comments on commit 5c9c3b9

Please sign in to comment.