loganalyzer
Version:
A simple log analyzer supporting multiple filters and UI.
37 lines (36 loc) • 1.05 kB
JSON
{
"name": "loganalyzer",
"version": "0.1.0",
"description": "A simple log analyzer supporting multiple filters and UI.",
"repository": {
"type": "git",
"url": "https://github.com/hiryanchen/loganalyzer.git"
},
"keywords": [
"Log",
"Analyzer",
"Log Analyzer"
],
"author": "Ryan Chen",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hiryanchen/loganalyzer/issues"
},
"homepage": "https://github.com/hiryanchen/loganalyzer",
"scripts": {
"build": "java -jar ./node_modules/google-closure-compiler/compiler.jar --js `find ./src/**/*.js` --js_output_file dist/logAnalyzer_test.js",
"test2": "node dist/log_analyzer_test.min.js",
"test": "node src/js/main.js samples/logs/log1 samples/configs/log1config.json",
"all": "gulp; npm test"
},
"dependencies": {
"colors": "^1.1.2",
"google-closure-compiler": "^20160713.2.0",
"gulp-util": "^3.0.7"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"gulp": "^3.9.1"
}
}