-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "vue-media-query-mixin",
"version": "0.1.0",
"description": "A vue mixin to get current media query, xs, sm, md and lg.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jofftiquez/vue-media-query-mixin.git"
},
"keywords": [
"vue",
"vuejs",
"mixin",
"media",
"query"
],
"author": "Jofferon Ramirez Tiquez",
"license": "MIT",
"bugs": {
"url": "https://github.com/jofftiquez/vue-media-query-mixin/issues"
},
"homepage": "https://github.com/jofftiquez/vue-media-query-mixin#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"style-loader": "^0.18.2",
"uglify-loader": "^2.0.0",
"webpack": "^3.5.4"
},
"dependencies": {
"compression-webpack-plugin": "^1.0.0"
}
}