-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 958 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "eslint-plugin-vue",
"version": "0.1.1",
"description": "eslint plugin for vue components (.vue files)",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"vue",
"linter"
],
"author": "Twiknight",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"parse5": "^2.1.5"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.4.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"mocha": "^2.4.5"
},
"peerDependencies": {
"eslint": ">=2.0.0"
},
"engines": {
"node": ">=4.0.0"
},
"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/"
}