forked from PxyUp/vue-not-visible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 828 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
{
"name": "vue-not-visible",
"version": "1.0.9",
"description": "Vue directive for conditional rendering (like v-if) element on screen smaller than breakpoints;",
"main": "dist/vue-not-visible.js",
"repository": "[email protected]:PxyUp/vue-not-visible.git",
"author": "Yura Panarin <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack",
"precommit": "yarn build && git add --all"
},
"keywords": [
"Vuejs",
"Vue",
"vue2",
"breakpoints",
"responsive",
"screen",
"mobile",
"helpers",
"ui"
],
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"git-pre-commit": "^2.1.4",
"vue": "^2.5.17",
"webpack": "^4.16.5",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0"
},
"engines": {
"node": ">=6"
}
}