-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 948 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
{
"name": "daniel-obara",
"version": "5.0.1",
"description": "Pacote que simula um Cartão Pessoal do Daniel Obara (@DanielObara). Esse projeto foi baseado pelo repositório da Glaucia Lemos (@glaucia86)",
"main": "index.js",
"bin": {
"daniel-obara ": "./bin/card.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielObara/Meu-cartao-pessoalDanielObara.git"
},
"author": "Tierney Cyren, Glaucia Lemos <[email protected]> (code4coders.wordpress.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanielObara/Meu-cartao-pessoalDanielObara/issues"
},
"homepage": "https://github.com/DanielObara/Meu-cartao-pessoalDanielObara#readme",
"devDependencies": {
"standard": "^12.0.1"
},
"dependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.2",
"commander": "^2.19.0"
}
}