-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
45 lines (45 loc) · 1.25 KB
/
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
{
"author": {
"name": "Alan Hoffmeister",
"email": "[email protected]"
},
"contributors" : [
{
"name" : "Alan Hoffmeister",
"email" : "[email protected]"
},
{
"name" : "Vinicius Trampusch",
"email" : "[email protected]",
"url" : "https://github.com/ViniciusTrampusch"
},
{
"name" : "Bernardo F. Domingues",
"email" : "[email protected]",
"url" : "https://github.com/bernardofd"
}
],
"name": "pagseguro",
"description": "Fornece integração à API de pagamentos do PagSeguro",
"version": "0.1.0",
"homepage": "https://github.com/alanhoff/node-pagseguro",
"repository": {
"type": "git",
"url": "git://github.com/alanhoff/node-pagseguro.git"
},
"scripts" : {
"prepublish" : "./node_modules/.bin/coffee -c ./lib/",
"build" : "npm run prepublish"
},
"dependencies": {
"request": "2.9.x",
"jstoxml": "0.1.x"
},
"devDependencies": {
"coffee-script" : "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}