forked from bnb/bitandbang
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 867 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
{
"name": "codecon",
"version": "1.0.1",
"description": "Codecon Business Card (codecon.dev)",
"main": "/bin/card.js",
"bin": {
"codecon": "./bin/card.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codecon-dev/business-card.git"
},
"homepage": "https://codecon.dev/",
"scripts": {
"prepublish": "npm run build",
"build": "node build.js",
"dev": "npm run build && node ./bin/card.js",
"lint": "standard"
},
"keywords": [
"card",
"npm",
"npm card",
"npx",
"npx card",
"business card",
"codecon"
],
"author": "Caio Fuzatto <@itsmicaio> (https://caiofuzatto.com.br)",
"license": "MIT",
"files": [
"bin/card.js",
"bin/output"
],
"devDependencies": {
"boxen": "^2.1.0",
"chalk": "^2.4.1",
"standard": "^12.0.1"
},
"dependencies": {}
}