-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 880 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
{
"name": "vue-tagsarea",
"version": "0.1.1",
"description": "Textarea component with tags for Vue.js",
"main": "src/tags.vue",
"scripts": {
"lint": "eslint src/*.vue"
},
"repository": {
"type": "git",
"url": "git+https://github.com/murerkinn/vue-tagsarea.git"
},
"files": [
"src"
],
"keywords": [
"vue",
"tag",
"tags",
"component",
"textarea",
"input",
"tagsarea"
],
"author": "Murat Erkin Cicek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/murerkinn/vue-tagsarea/issues"
},
"homepage": "https://github.com/murerkinn/vue-tagsarea#readme",
"devDependencies": {
"@vue/eslint-config-prettier": "6.0.0",
"babel-eslint": "10.1.0",
"eslint": "7.26.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-vue": "7.9.0",
"prettier": "2.3.0"
}
}