forked from moefyit/vuepress-plugin-meting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 968 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
{
"name": "vuepress-plugin-meting",
"version": "0.0.4",
"description": "A simple plugin connect APlayer, Meting and VuePress",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/moefyit/vuepress-plugin-meting.git"
},
"keywords": [
"vuepress",
"plugin",
"meting",
"aplayer"
],
"files": [
"index.js",
"bin/",
"package.json",
"README.md"
],
"author": "SigureMo",
"license": "MIT",
"bugs": {
"url": "https://github.com/moefyit/vuepress-plugin-meting/issues"
},
"homepage": "https://github.com/moefyit/vuepress-plugin-meting#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.vue ./",
"lint:create": "eslint --init"
},
"dependencies": {
"@moefe/vue-aplayer": "^2.0.0-beta.5",
"jquery": "^3.5.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2"
}
}