You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
guoxinyu_project/scr/wechat-weapp-mapdemo-master/package.json

26 lines
618 B

{
"name": "wechat-weapp-mapdemo",
"version": "1.0.0",
"description": "微信小程序demo,地图",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/giscafer/wechat-weapp-mapdemo.git"
},
"keywords": [
"微信小程序demo"
],
"author": "giscafer",
"license": "ISC",
"bugs": {
"url": "https://github.com/giscafer/wechat-weapp-mapdemo/issues"
},
"homepage": "https://github.com/giscafer/wechat-weapp-mapdemo#readme",
"dependencies": {
"mapbox-gl": "^0.24.0"
}
}