forked from balanced/balanced-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 691 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 691 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
{
"name": "balanced-official",
"description": "Offical Balanced Payments API Client for node.js, https://www.balancedpayments.com/docs/api",
"version": "0.3.3",
"author": "Balanced Payments / Tenor Enterprises, LLC.",
"contributors": [
"matthewfl, matthew@balancedpayments.com",
"cscharf, chad.scharf@tenorent.com"
],
"repository": {
"type": "git",
"url": "https://github.com/balanced/balanced-node.git"
},
"keywords": [
"balanced",
"payments"
],
"license": "MIT",
"main": "./lib/nbalanced.js",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "node test/test.js"
},
"devDependencies": {
"mu2": "*"
}
}