-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 866 Bytes
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
{
"name": "vue-bubble-chat",
"version": "1.1.1",
"description": "Awesome vue chat component",
"main": "./dist/index.js",
"scripts": {
"dev": "vue serve NiceHandsomeButton.vue",
"build": "bili --name index --plugin vue --vue.css false"
},
"files": [
"dist/*"
],
"author": "Vadym Semenets <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/vadymsem/vue-bubble-chat.git"
},
"keywords": ["vue", "vue-chat", "vue-component", "chat", "chat-ui", "websocket-chat", "vue-bubble", "vue-bubble-chat"],
"bugs": {
"url": "https://github.com/vadymsem/vue-bubble-chat/issues"
},
"homepage": "https://github.com/vadymsem/vue-bubble-chat#readme",
"license": "ISC",
"devDependencies": {
"bili": "^4.8.1",
"rollup-plugin-vue": "^5.0.1",
"vue-template-compiler": "^2.6.10"
}
}