-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.63 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
52
53
{
"name": "vue-page-visibility-awesome",
"version": "1.0.2",
"description": "A Vue 2.x component of easy-to-config page visibility api",
"main": "dist/vue-page-visibility-awesome.min.js",
"files": [
"src",
"!src/demo/*",
"dist/*.js"
],
"scripts": {
"dev": "webpack-dev-server --inline --hot --progress --colors --host 0.0.0.0 --port 3000 --config webpack.demo.config.js",
"build": "export NODE_ENV=production && webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefanodotit/vue-page-visibility-awesome.git"
},
"keywords": [
"vue",
"page",
"visibility",
"page-visibility",
"page visibility"
],
"author": {
"name": "Stefano",
"email": "[email protected]",
"url": "https://github.com/stefanodotit/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stefanodotit/vue-page-visibility-awesome/issues"
},
"homepage": "https://github.com/stefanodotit/vue-page-visibility-awesome#readme",
"peerDependencies": {
"vue": "^2.5.13"
},
"devDependencies": {
"autoprefixer": "^8.1.0",
"babel-core": "^6.18.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"html-webpack-plugin": "^3.0.6",
"vue": "^2.5.13",
"vue-html-loader": "^1.2.4",
"vue-loader": "^14.2.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.2"
}
}