-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 884 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": "app-deep-link",
"version": "1.0.1",
"description": "For Android deep link and iOS universal link.",
"main": "dist/app_deep_link.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf ./dist && webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huzhenjie/app-deep-link.git"
},
"keywords": [
"DeepLink",
"UniversalLink",
"Android",
"iOS"
],
"author": "huzhenjie",
"license": "ISC",
"bugs": {
"url": "https://github.com/huzhenjie/app-deep-link/issues"
},
"homepage": "https://github.com/huzhenjie/app-deep-link#readme",
"contributors": [
{
"name": "huzhenjie",
"email": "huzhenjie.dev@gmail.com"
}
],
"devDependencies": {
"terser-webpack-plugin": "^4.2.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}