forked from SynapseFI/SynapseFI-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·36 lines (36 loc) · 819 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
35
36
{
"name": "synapsepay",
"version": "0.3.0",
"description": "Node.js Library for SynapsePay API v3.x Rest",
"repository": {
"type" : "git",
"url" : "https://github.com/SynapseFI/SynapseFI-Node.git"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"API",
"payments",
"synapsepay"
],
"author": "Synapse Financial Technologies Inc.<help@synapsepay.com>",
"license": "(ISC)",
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"eslint": "^3.7.1",
"eslint-config-google": "^0.6.0",
"mocha": "^2.3.4",
"nock": "^3.3.2"
},
"dependencies": {
"continuation-local-storage": "^3.1.4",
"crypto": "0.0.3",
"crypto-js": "^3.1.5",
"mime": "^1.3.0",
"superagent": "^1.5.0",
"underscore": "^1.8.3"
}
}