-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 904 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
{
"name": "sadrix-vue-page-loader",
"version": "1.1.3",
"description": "Simple customizeable page loader component with self state manager module for Vue.js.",
"main": "./src/index.js",
"scripts": {
"dev": "vue serve NiceHandsomeButton.vue",
"build": "bili --name index --plugin vue --vue.css false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sadrix/vue-page-loader.git"
},
"files": [
"src/*"
],
"keywords": [
"vue",
"loader",
"progress"
],
"author": "sadrix",
"license": "MIT",
"bugs": {
"url": "https://github.com/sadrix/vue-page-loader/issues"
},
"homepage": "https://github.com/sadrix/vue-page-loader#readme",
"devDependencies": {
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.3.0"
}
}