File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments