forked from timseverien/deep-link.js
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 798 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 798 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
38
{
"name": "applink",
"version": "0.2.2",
"description": "A tool designer for mobile deep links",
"main": "applink.js",
"repository": {
"type": "git",
"url": "https://github.com/bystep15/applink.git"
},
"keywords": [
"mobile",
"applink",
"app"
],
"author": {
"name": "Tim Severien",
"email": "[email protected]",
"url": "http://timseverien.com"
},
"contributors": [
{
"name": "Hu Jiwei",
"email": "[email protected]",
"url": "http://testudy.cc/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bystep15/applink/issues"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-bump": "^0.1.11",
"gulp-concat": "^2.4.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2"
}
}