-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 870 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
{
"name": "uniapp-route-guards",
"version": "1.0.7",
"description": "一个简单而又不失优雅的uniapp路由守卫",
"main": "dist/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2460392754/pocky.route-guards.uniapp.git"
},
"keywords": [
"uniapp",
"uni-app"
],
"author": "pocky",
"license": "ISC",
"bugs": {
"url": "https://github.com/2460392754/pocky.route-guards.uniapp/issues"
},
"homepage": "https://github.com/2460392754/pocky.route-guards.uniapp#readme",
"dependencies": {},
"devDependencies": {
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"files": [
"dist"
]
}