-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 1002 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
{
"name": "unique-pay",
"version": "0.0.3",
"description": "微信支付、支付宝支付聚合SDK,支持内置对象调用、jsSdk 调用,支持 vuejs、script 引用",
"main": "./src/UniquePay.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvpleung/UnionPay.git"
},
"keywords": [
"vue",
"weixin",
"alipay",
"pay",
"微信支付",
"支付宝支付"
],
"author": "mvpleung <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mvpleung/UnionPay/issues"
},
"homepage": "https://github.com/mvpleung/UnionPay#readme",
"devDependencies": {
"webpack": "^2.4.1",
"cross-env": "^4.0.0",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-latest": "^6.0.0"
},
"dependencies": {
}
}