1 { 2 "name": "traceviewer", 3 "version": "1.0.5", 4 "description": "Trace-Viewer is the javascript frontend for Chrome about:tracing and Android systrace.", 5 "main": "tracing/index.js", 6 "scripts": { 7 "test": "echo \"Error: no test specified\" && exit 1" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/catapult-project/catapult/tree/master/tracing" 12 }, 13 "keywords": [ 14 "tracing", 15 "traceviewer", 16 "trace", 17 "events" 18 ], 19 "author": "The Chromium Authors", 20 "license": "BSD-2-Clause", 21 "gypfile": false 22 } 23