forked from conekta/conekta-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 904 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
41
42
43
44
45
46
47
{
"name": "conekta",
"version": "3.5.1",
"description": "Conekta node Wrapper",
"keywords": [
"conekta",
"wrapper",
"spei",
"oxxo",
"credit card",
"payment",
"payout",
"subscription"
],
"homepage": "https://www.conekta.io",
"bugs": {
"url": "https://github.com/conekta/conekta-node/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "Conekta",
"repository": {
"type": "git",
"url": "https://github.com/conekta/conekta-node.git"
},
"engines": {
"node": ">=0.10.48",
"npm": ">=2.15.1"
},
"dependencies": {
"request": "2.86.0",
"underscore": "1.8.3"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"mocha": "2.2.5",
"nesh": "^1.6.0",
"nock": "^9.1.0"
},
"main": "./lib/conekta.js",
"engines": {
"node": ">=0.10.3"
},
"scripts": {
"test": "mocha"
}
}