UNPKG

485 BJSONView Raw
1{
2 "name": "node-boleto",
3 "version": "1.4.1",
4 "description": "Boleto generator in Node.js",
5 "main": "index.js",
6 "scripts": {
7 "test": "npm test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/pagarme/node-boleto"
12 },
13 "dependencies": {
14 "ejs": "1.0.0"
15 },
16 "author": "Pedro Franceschi",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/pagarme/node-boleto/issues"
20 },
21 "homepage": "https://github.com/pagarme/node-boleto"
22}