-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 931 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
41
42
43
{
"name": "vue2-loading",
"description": "vue-loading presented in Vue2",
"version": "0.0.16",
"author": {
"name": "vip30",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/vip30/vue2-loading/issues"
},
"devDependencies": {
"rollup": "^0.36.4",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-replace": "^1.1.1",
"uglify-js": "^2.7.5",
"vue": "^2.1.10"
},
"files": [
"dist/vue2-loading.js",
"dist/vue2-loading.min.js",
"dist/vue2-loading.common.js",
"src"
],
"homepage": "https://github.com/vip30/vue2-loading#readme",
"keywords": [
"plugin",
"vue",
"vuejs"
],
"license": "MIT",
"main": "dist/vue2-loading.common.js",
"engines": {
"node": ">= 6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vip30/vue2-loading.git"
},
"scripts": {
"build": "node config/build.js"
}
}