-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 959 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
{
"name": "n4payment",
"version": "1.0.0",
"description": "Just a simple module to create payments on PagSeguro",
"main": "app.js",
"scripts": {
"test": "mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/N4Works/n4payment.git"
},
"keywords": [
"payment",
"pagseguro",
"pay"
],
"author": "tiago@n4works.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/N4Works/n4payment/issues"
},
"homepage": "https://github.com/N4Works/n4payment#readme",
"dependencies": {
"angular": "^1.4.7",
"bluebird": "^2.10.2",
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"cors": "^2.7.1",
"express": "^4.13.3",
"express-xml-bodyparser": "^0.2.2",
"jsontoxml": "0.0.11",
"mongoose": "^4.1.11",
"nodemailer": "^1.9.0",
"pagseguro": "^0.1.0",
"rand-token": "^0.2.1",
"request": "^2.65.0",
"xml2json": "^0.9.0"
}
}