-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 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
42
{
"name": "vue-input-box",
"version": "0.1.13",
"description": "Input Box Component inspired by Gmail email address input.",
"main": "./dist/InputBox.common.js",
"unpkg": "./dist/InputBox.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name InputBox ./src/components/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plantyoon/vue-input-box.git"
},
"keywords": [
"vue",
"input",
"component",
"box",
"tag"
],
"dependencies": {
"vue": "2.5.17"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.0.5",
"@vue/cli-service": "3.0.5",
"node-sass": "4.9.0",
"sass-loader": "7.0.1",
"vue-template-compiler": "2.5.17"
},
"author": {
"name": "plentyoon",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/plantyoon/vue-input-box/issues"
},
"homepage": "https://github.com/plantyoon/vue-input-box#readme"
}