-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (44 loc) · 921 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
{
"author": {
"name": "Luis Specian",
"email": "[email protected]",
"url": "http://specian.com.br/"
},
"name": "iugu-node",
"description": "Biblioteca Iugu para Node.js",
"version": "0.0.2",
"homepage": "https://github.com/lspecian/iugo-node",
"keywords": [
"iugu",
"rest",
"api",
"sdk"
],
"repository": {
"type": "git",
"url": "https://github.com/lspecian/iugo-node.git"
},
"bugs": {
"url": "https://github.com/lspecian/iugo-node/issues",
"email": "[email protected]"
},
"licenses": [
{
"url": "https://github.com/paypal/rest-api-sdk-nodejs/blob/master/LICENSE.txt"
}
],
"engines": {
"node": ">= v0.6.0"
},
"main": "./index.js",
"dependencies": {
},
"devDependencies": {
},
"scripts": {
},
"readmeFilename": "README.md",
"readme": "",
"_id": "[email protected]",
"_from": "iugu-node@~0.0.2"
}