-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (25 loc) · 735 Bytes
/
package.json
File metadata and controls
28 lines (25 loc) · 735 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
{
"name": "bunyan-prettystream",
"version": "0.1.3",
"description": "A stream implementation of the bunyan cli tool's pretty printing capabilities",
"author": "Amar Suhail <amar.suhail@gmail.com>",
"main": "./lib/prettystream.js",
"repository": {
"type": "git",
"url": "git://github.com/mrrama/node-bunyan-prettystream.git"
},
"engines": ["node >=0.8.0"],
"keywords": ["log", "logging", "console", "bunyan", "development", "stream"],
"devDependencies": {
"mocha": "1.11.0",
"blanket" : "1.1.5",
"mocha-lcov-reporter" : "0.0.1",
"coveralls": "2.0.13",
"travis-cov": "0.2.4",
"should": "1.2.2"
},
"scripts": {
"test": "make test",
"travis-cov": { "threshold": 70 }
}
}