Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Twiknight committed Mar 20, 2016
1 parent 00a3082 commit ecd49e1
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "eslint-plugin-vue",
"version": "0.0.0",
"description": "eslint plugin for vue component",
"version": "0.1.0",
"description": "eslint plugin for vue components (.vue files)",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
"eslint-plugin",
"vue",
"linter"
],
"author": "Twiknight",
"main": "lib/index.js",
Expand All @@ -21,13 +23,21 @@
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"mocha": "^2.4.5",
"mocha": "^2.4.5"
},
"peerDependencies": {
"eslint": ">=2.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Twiknight/eslint-plugin-vue.git"
},
"bugs": {
"url": "https://github.com/Twiknight/eslint-plugin-vue/issues"
},
"homepage": "https://github.com/Twiknight/eslint-plugin-vue/"
}

0 comments on commit ecd49e1

Please sign in to comment.