forked from calvertyang/node-allpay
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 776 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 776 Bytes
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
{
"name": "allpay",
"author": "Calvert Yang",
"version": "1.1.0",
"description": "AllPay 全方位金流介接 SDK for Node.js",
"contributors": [
"Calvert Yang"
],
"keywords": [
"allpay"
],
"main": "lib/allpay",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"mocha": "^2.4.5"
},
"scripts": {
"prepublish": "npm run build",
"test": "mocha",
"build": "babel source --out-dir lib"
},
"homepage": "https://github.com/CalvertYang/node-allpay",
"repository": {
"type": "git",
"url": "git://github.com/CalvertYang/node-allpay.git"
},
"bugs": {
"url": "https://github.com/CalvertYang/node-allpay/issues"
},
"license": "MIT"
}