-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 976 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
{
"name": "v-media-query",
"version": "1.0.4",
"description": "media query methods for vuejs",
"main": "./dist/v-media-query.min.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"build_min": "NODE_ENV=production webpack --config webpack.config.js",
"server": "webpack-dev-server --hot --inline --port=3737"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AStaroverov/v-media-query.git"
},
"keywords": [
"vuejs",
"vue",
"vue-component",
"component"
],
"author": "AStaroverov",
"license": "MIT",
"bugs": {
"url": "https://github.com/AStaroverov/v-media-query/issues"
},
"homepage": "https://github.com/AStaroverov/v-media-query#readme",
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"webpack-dev-server": "1",
"webpack": "^1.12.14"
},
"dependencies": {
"lodash.throttle": "^4.1.1"
}
}