Skip to content

Commit 4e65b04

Browse files
committed
0.1.1-0
0 parents  commit 4e65b04

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

package.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "deployable-log",
3+
"version": "0.1.1-0",
4+
"description": "Deployable Logging",
5+
"main": "lib/index.js",
6+
"scripts": {
7+
"test": "mocha",
8+
"test:debug": "DEBUG='*' mocha debug",
9+
"npm:publish": "npm test && [ -z \"$(git status --porcelain)\" ] && git push && npm version patch && npm publish && git push --tag",
10+
"npm:pubtest": "npm test && npm version prerelease && npm publish --tag testing"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/deployable/node-deployable-log.git"
15+
},
16+
"keywords": [
17+
"deployable",
18+
"module"
19+
],
20+
"author": "Matt Hoyle <code at deployable.co>",
21+
"license": "MIT",
22+
"bugs": {
23+
"url": "https://github.com/deployable/node-deployable-log/issues"
24+
},
25+
"homepage": "https://github.com/deployable/deployable-log#readme",
26+
"devDependencies": {
27+
"chai": "^3.5.0",
28+
"mocha": "^3.1.2",
29+
"sinon": "^1.17.6"
30+
},
31+
"dependencies": {
32+
"bluebird": "^3.0.1",
33+
"bole": "^3.0.2",
34+
"debug": "^2",
35+
"deployable-ringbuffer": "^0.1.2",
36+
"express-pino-logger": "^2.0.0",
37+
"express-winston": "^2.1.2",
38+
"mixwith": "~0.1.1",
39+
"pino": "^3.1.2",
40+
"pino-debug": "^1.0.1",
41+
"winston": "^2.3.0",
42+
"winston-circular-buffer": "^1.0.0"
43+
}
44+
}

0 commit comments

Comments
 (0)