22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"name": "traceviewer",
|
|
"version": "1.0.5",
|
|
"description": "Trace-Viewer is the javascript frontend for Chrome about:tracing and Android systrace.",
|
|
"main": "tracing/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/catapult-project/catapult/tree/master/tracing"
|
|
},
|
|
"keywords": [
|
|
"tracing",
|
|
"traceviewer",
|
|
"trace",
|
|
"events"
|
|
],
|
|
"author": "The Chromium Authors",
|
|
"license": "BSD-2-Clause",
|
|
"gypfile": false
|
|
}
|