-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 935 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "yinqiantong-js-sdk",
"version": "0.0.2",
"description": "yinqiantong sdk for js",
"main": "dist/yinqiantong.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yinqiantong/js-sdk.git"
},
"keywords": [
"yinqiantong"
],
"author": "YinQianTong",
"license": "ISC",
"bugs": {
"url": "https://github.com/yinqiantong/js-sdk/issues"
},
"contributors": [
{
"name": "huzhenjie",
"email": "[email protected]"
}
],
"homepage": "https://github.com/yinqiantong/js-sdk#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.17.2"
},
"dependencies": {
"jquery": "^3.3.1",
"weixin-js-sdk": "^1.3.3"
}
}