generator-clam
Version:
A Clam generator for Yeoman
40 lines • 810 B
JSON
{
"appid": "<%= aplipayAppid %>",
"name": "<%= packageName %>",
"version": "<%= aplipayVersion %>",
"author": "<%= author %><<%= email %>>",
"description": "<%= packageDesc %>",
"repository": {
"type": "git",
"url": "git@gitlab.alibaba-inc.com:<%= groupName %>/<%= packageName %>.git"
},
"launchParams": {
"url": "/build_offline/pages/index/index.htm",
"showTitleBar": "YES",
"showToolBar": "NO",
"showLoading": "NO"
},
"build": {
"include": [
"./build_offline/**"
],
"ignore": [
"./**/*.md"
]
},
"support": {
"ios": {
"minSDK": "",
"maxSDK": "",
"minOS": "",
"maxOS": ""
},
"android": {
"minSDK": "",
"maxSDK": "",
"minOS": "",
"maxOS": ""
}
},
"dependencies": {}
}