25 lines
547 B
JSON
25 lines
547 B
JSON
{
|
|
"name": "weixin-jsapi",
|
|
"version": "1.1.0",
|
|
"description": "微信官方 js-sdk es6 版本",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jerexyz/weixin-jssdk.git"
|
|
},
|
|
"keywords": [
|
|
"weixin",
|
|
"wechat",
|
|
"jssdk"
|
|
],
|
|
"author": "jere",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jerexyz/weixin-jssdk/issues"
|
|
},
|
|
"homepage": "https://github.com/jerexyz/weixin-jssdk#readme"
|
|
}
|