forked from chussum/deep-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.95 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@qqyycom/deep-link",
"version": "1.1.1",
"description": "Redirecting native iOS/Android App from your Website using app scheme.",
"main": "./dist/deep-link.min.js",
"scripts": {
"build": "WEBPACK_ENV=build ./node_modules/.bin/webpack",
"dev": "WEBPACK_ENV=dev ./node_modules/.bin/webpack --progress --colors --watch",
"lint": "./node_modules/.bin/eslint --ext js ./src",
"test": "./node_modules/.bin/mocha --require babel-core/register --colors ./tests/*.spec.js",
"test-cov": "./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover ./node_modules/mocha/bin/_mocha -- --recursive ./tests/*.spec.js --report lcovonly"
},
"private": false,
"author": {
"name": "Kyrie Qu"
},
"contributors": [
"Hyungjoo Kwon <[email protected]>",
"Kyrie Qu <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "github",
"url": "https://github.com/qqyycom/deep-link"
},
"bugs": {
"url": "https://github.com/qqyycom/deep-link/issues",
"email": "[email protected]"
},
"keywords": [
"deeplink",
"deep link",
"applink",
"app link",
"redirect",
"딥링크",
"딥 링크"
],
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-loader": "7.1.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-env": "^1.6.1",
"babel-istanbul": "0.12.2",
"chai": "4.1.2",
"eslint": "4.16.0",
"eslint-config-standard": "11.0.0-beta.0",
"eslint-loader": "1.9.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"jsdom": "11.6.2",
"jsdom-global": "3.0.2",
"mocha": "5.0.0",
"webpack": "3.10.0"
},
"dependencies": {}
}