UNPKG

callapp-lib2

Version:
66 lines (65 loc) 1.61 kB
{ "name": "callapp-lib2", "version": "2.1.10", "description": "call native webview from webpage", "main": "dist/index.umd.js", "scripts": { "start": "rollup -c", "build": "npm run start && git add ." }, "husky": { "hooks": { "pre-commit": "npm start", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "repository": { "type": "git", "url": "git+https://github.com/suanmei/callapp-lib.git" }, "keywords": [ "rollup", "callapp", "schema", "scheme", "universalLink", "intent", "native", "h5" ], "author": { "name": "suanmei", "email": "code_lee@sina.com", "url": "https://suanmei.github.com" }, "license": "MIT", "bugs": { "url": "https://github.com/suanmei/callapp-lib/issues" }, "homepage": "https://github.com/suanmei/callapp-lib#readme", "devDependencies": { "@commitlint/cli": "^8.0.0", "@commitlint/config-conventional": "^8.0.0", "babel-core": "^6.26.3", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-runtime": "^6.26.0", "eslint": "^6.0.1", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.18.0", "husky": "^1.1.1", "rollup": "^0.68.1", "rollup-plugin-babel": "^3.0.7", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-eslint": "^5.0.0", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-uglify": "^6.0.0" }, "browserslist": [ "Android > 4", "IOS >= 7", "last 4 versions", "ie >= 10" ] }