ic-vue-share
Version:
a wrapper based on wechat-share
31 lines (30 loc) • 678 B
JSON
{
"name": "ic-vue-share",
"version": "1.3.0",
"description": "a wrapper based on wechat-share",
"main": "dist/index.js",
"module": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xxxxxMiss/ic-utils/tree/master/packages/share"
},
"keywords": [
"wechat",
"share",
"vue"
],
"dependencies": {
"ic-jsonp": "^1.3.0",
"ic-utils": "^1.0.16",
"weixin-js-sdk": "^1.3.2"
},
"externals": [
"weixin-js-sdk",
"ic-jsonp"
],
"author": "xxxxxMiss <xxxxxmiss@gmail.com> (https://github.com/xxxxxMiss)",
"license": "ISC"
}