加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
jawidx 提交于 2019-07-26 17:22 . Update package.json
{
"name": "web-launch-app",
"version": "2.1.9",
"description": "launch app from web page",
"main": "./lib/index.js",
"scripts": {
"start": "http-server output",
"build": "webpack -w"
},
"keywords": [
"deeplink,scheme,universal link,applink,invoke,launch app"
],
"author": "jawidx",
"repository": {
"type": "git",
"url": "https://github.com/jawidx/web-launch-app.git"
},
"bugs": {
"url": "https://github.com/jawidx/web-launch-app/issues"
},
"homepage": "https://github.com/jawidx/web-launch-app#readme",
"license": "MIT",
"dependencies": {
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"ts-loader": "^4.4.2",
"webpack": "^4.16.5",
"webpack-cli": "^3.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化