forked from Kocal/jsdoc-vuejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 KB
/
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
44
45
46
47
{
"name": "jsdoc-vuejs",
"version": "2.2.3",
"description": "A JSDoc plugin for documenting .vue files.",
"main": "index.js",
"files": [
"lib",
"config.js"
],
"scripts": {
"test": "jest",
"lint": "eslint --ext .js index.js config.js lib __tests__ cypress",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kocal/jsdoc-vuejs.git"
},
"keywords": [
"jsdoc",
"vuejs",
"vue component",
"vue file"
],
"author": "Hugo Alliaume <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kocal/jsdoc-vuejs/issues"
},
"homepage": "https://github.com/Kocal/jsdoc-vuejs#readme",
"dependencies": {
"ejs": "^2.6.1",
"jsdoc": "^3.5.5",
"vue-template-compiler": "^2.5.16"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"codecov": "^3.0.4",
"cypress": "^3.0.3",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-cypress": "^2.0.1",
"eslint-plugin-import": "^2.13.0",
"jest": "^23.4.2",
"standard-version": "^4.4.0"
}
}