-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1019 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
44
{
"name": "vue-element-queries",
"version": "0.2.0",
"description": "A Vue directive for using element queries to build responsive components.",
"main": "dist/vue-element-queries.common.js",
"files": [
"src",
"dist/*.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thebrubaker/vue-element-queries.git"
},
"keywords": [
"vue",
"vuejs",
"element",
"queries",
"vue",
"directive",
"sass",
"scss",
"responsive"
],
"author": "Joel Brubaker",
"license": "ISC",
"bugs": {
"url": "https://github.com/thebrubaker/vue-element-queries/issues"
},
"homepage": "https://github.com/thebrubaker/vue-element-queries#readme",
"dependencies": {
"css-element-queries": "^1.0.0"
},
"devDependencies": {
"node-sass": "^4.9.0",
"sass-loader": "^7.0.3",
"vue": "^2.5.16",
"vue-style-loader": "^4.1.0",
"webpack": "^4.12.0"
}
}