-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 879 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
{
"name": "mundipagg-one",
"version": "1.0.0",
"description": "Mundipagg One NodeJS Library",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mundipagg",
"gateway",
"payment",
"boleto",
"creditcard",
"bank"
],
"author": "Willian Ribeiro Angelo <[email protected]>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/brentertz/scapegoat/issues"
},
"devDependencies": {
"mocha": "~1.16.2",
"chai": "~1.8.1"
},
"dependencies": {
"dateformat": "^1.0.12",
"express": "^4.13.4",
"lodash": "^4.6.1",
"moment": "^2.11.2"
}
}