-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 983 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 983 Bytes
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": "vue-network-plugin",
"version": "1.0.1",
"description": "Notifies your app and users when your network goes offline and back online",
"main": "./src/main.js",
"scripts": {
"build:prod": "yarn build --env.env=prod",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodebyOmar/vue-network.git"
},
"keywords": [
"vue plugin",
"network",
"online",
"offline"
],
"author": "codebyomar [Umar Abdullahi]",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodebyOmar/vue-network/issues"
},
"homepage": "https://github.com/CodebyOmar/vue-network#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"css-loader": "^0.28.9",
"uglifyjs-webpack-plugin": "^1.1.8",
"vue-loader": "^14.0.2",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1"
}
}