-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.23 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
43
44
45
46
47
48
49
50
51
{
"name": "vue-flipper",
"version": "1.0.0",
"description": "A component to flip elements with a nice transition.",
"cdn": "dist/vue-flipper.js",
"main": "dist/vue-flipper.cjs.js",
"unpkg": "dist/vue-flipper.js",
"module": "dist/vue-flipper.es.js",
"jsdelivr": "dist/vue-flipper.js",
"umd:main": "dist/vue-flipper.js",
"files": ["dist/"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "bili"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VitorLuizC/vue-flipper.git"
},
"keywords": [
"vue-flipper",
"vue-flip",
"flipper",
"flip",
"vue-component",
"vue",
"flip-animation",
"animation",
"transition",
"bem-methodology",
"stylus",
"bili"
],
"author": {
"url": "https://vitorluizc.github.io/",
"name": "Vitor Luiz Cavalcanti",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VitorLuizC/vue-flipper/issues"
},
"homepage": "https://github.com/VitorLuizC/vue-flipper#readme",
"devDependencies": {
"bili": "^3.4.2",
"rollup-plugin-vue": "^4.3.2",
"stylus": "^0.54.5",
"vue": "^2.5.20",
"vue-template-compiler": "^2.5.20"
}
}