-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1007 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
{
"private": false,
"name": "xns-seek-bar",
"version": "1.0.1",
"description": "A seekable progress bar component for Vue.js",
"main": "./dist/index.js",
"author": "James Sinkala",
"license": "ISC",
"bugs": {
"url": "https://github.com/xinnks/xns-seek-bar/issues"
},
"homepage": "https://github.com/xinnks/xns-seek-bar#readme",
"scripts": {
"dev": "vue serve src/XnsSeekBar.vue",
"build": "npx bili --format cjs --format umd --module-name XnsSeekBar --bundle-node-modules --minify --no-map",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xinnks/xns-seek-bar.git"
},
"keywords": [
"seek",
"slider",
"progress",
"vue",
"xinnks"
],
"devDependencies": {
"bili": "^4.8.1",
"rollup-plugin-vue": "^5.1.6",
"vue": "^2.6.11",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {}
}