forked from mderazon/node-deeplink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 798 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
{
"name": "node-deeplink",
"version": "0.2.7",
"description": "Easily create an endpoint in your web server that redirects deep links to mobile apps",
"main": "lib/deeplink.js",
"scripts": {
"lint": "standard",
"test": "standard && mocha test/test.js -t 4000"
},
"author": "Michael Derazon <[email protected]>",
"homepage": "https://github.com/mderazon/node-deeplink",
"repository": {
"type": "git",
"url": "git://github.com/mderazon/node-deeplink.git"
},
"license": "MIT",
"dependencies": {
"html-inline": "1.1.1"
},
"devDependencies": {
"chai": "^3.2.0",
"express": "^4.13.3",
"mocha": "^2.3.2",
"standard": "^5.2.2",
"zombie": "^4.1.0"
},
"keywords": [
"deep-link",
"deeplink",
"express",
"mobile"
]
}