-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "vue-gitalk",
"main": "./dist/vue-gitalk.js",
"description": "A plugin that simplifies adding Gitalk comments to Vue.",
"version": "0.5.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nishantwrp/vue-gitalk.git"
},
"keywords": [
"vue",
"plugin",
"gitalk",
"vue-plugin"
],
"files": [
"dist/vue-gitalk.js",
"dist/vue-gitalk.css"
],
"bugs": {
"url": "https://github.com/nishantwrp/vue-gitalk/issues"
},
"homepage": "https://github.com/nishantwrp/vue-gitalk#readme",
"scripts": {
"serve": "vue serve src/Gitalk.vue",
"build": "vue-cli-service build --target lib --name vue-gitalk src/main.js",
"lint": "vue-cli-service lint"
},
"license": "MIT",
"author": "Nishant Mittal",
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"gitalk": "^1.7.2",
"vue-template-compiler": "^2.6.11"
}
}