forked from gandre/sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 827 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
{
"name": "mercadopago",
"version": "0.5.0",
"author": "Horacio Casatti <[email protected]>",
"description": "Mercadopago SDK module for Payments integration",
"main": "./lib/mercadopago.js",
"scripts": {
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/mercadopago/sdk-nodejs.git"
},
"keywords": [
"api",
"mercadopago",
"checkout",
"payment",
"ipn",
"sdk",
"integration"
],
"dependencies": {
"q": ">=1.1.2",
"request": ">=2.48.0"
},
"devDependencies": {
"istanbul": "^0.3.17",
"mocha": "^2.2.5"
},
"engine": {
"node": ">=0.6"
}
}