-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 767 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 767 Bytes
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
{
"name": "tap-prettify",
"version": "0.0.2",
"description": "Make tap output nicely readable.",
"main": "index.js",
"author": {
"name": "Atul Varma",
"email": "[email protected]",
"url": "http://toolness.com"
},
"bin": {
"tap-prettify": "bin/tap-prettify.js"
},
"dependencies": {
"colors": "0.6.2",
"nopt": "2.1.2",
"tap": "0.4.4"
},
"devDependencies": {
"split": "0.2.10",
"through": "2.3.4"
},
"scripts": {
"test": "node bin/tap-prettify.js test/*.js"
},
"keywords": [
"tap"
],
"license": {
"type": "MIT",
"url": "https://github.com/toolness/tap-prettify/raw/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/toolness/tap-prettify.git"
}
}