-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.09 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "bateman",
"version": "1.1.0",
"description": "bateman is an extension of npm cards, which allows you to remotely fetch a `card.json` file and display it prettily as a npm card.",
"main": "index.js",
"scripts": {
"test": "jest --collectCoverage"
},
"bin": {
"bateman": "bin/cli.js"
},
"keywords": [
"npm card",
"npx card",
"card",
"npx",
"npm",
"business card",
"Paul Allen"
],
"files": [
"bin/",
"helpers/",
"LICENSE.md",
"README.md"
],
"author": "Tierney Cyren <[email protected]>",
"license": "MIT",
"dependencies": {
"bent": "^7.0.4",
"boxen": "^4.2.0",
"chalk": "^3.0.0",
"commander": "^4.0.1",
"normalize-url": "^4.5.0"
},
"devDependencies": {
"jest": "^24.9.0",
"standard": "^14.3.1"
},
"standard": {
"ignore": [
"**/*.test.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/cutenode/bateman.git"
},
"bugs": {
"url": "https://github.com/cutenode/bateman/issues"
},
"homepage": "https://github.com/cutenode/bateman#readme"
}