forked from santanamic/woo-cielo-boleto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 764 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
{
"name": "woo-cielo-boleto",
"version": "1.0.0",
"description": "Documentação para emitir boletos usando a API Cielo eCommerce v3 no WooCommerce",
"main": "./docs",
"directories": {
"doc": "docs"
},
"devDependencies" : {
"docsify-cli": "^4.3.0"
},
"scripts": {
"docs": "npx docsify serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/santanamic/woo-cielo-boleto.git"
},
"author": [
{
"name": "WILLIAN SANTANA",
"email": "williansantanamic@gmail.com",
"url": "https://github.com/santanamic"
}
],
"license": "GPLv2",
"bugs": {
"url": "https://github.com/santanamic/woo-cielo-boleto/issues"
},
"homepage": "https://github.com/santanamic/woo-cielo-boleto#readme"
}