##// END OF EJS Templates
Harden whitespace in log messages to show newlines, tabs, and spaces....
Harden whitespace in log messages to show newlines, tabs, and spaces. Due to the additional and inconsistent height of log messages, the other columns are vertically aligned to the top rather than the middle.

File last commit:

r15:da82a4f1
r45:5967ee78
Show More
package.json
25 lines | 710 B | application/json | JsonLexer
project: initial commit
r0 {
"name": "errormator",
"description": "JS layer for Errormator",
"devDependencies": {
frontend: pin toolchain versions
r15 "bower": "1.7.9",
"bower-requirejs": "1.2.0",
"grunt": "1.0.1",
"grunt-angular-templates": "1.0.4",
"grunt-bower-concat": "1.0.0",
"grunt-bower-requirejs": "2.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-nodeunit": "1.0.0",
"grunt-contrib-requirejs": "1.0.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-remove-logging": "0.2.0",
"karma": "0.13.22",
"underscore": "1.8.3",
"yo": "1.8.4",
"ini": "1.3.4"
project: initial commit
r0 }
}