d4258eb14c
Change-Id: I2be450c6498ce863d5e36acf02db643788e6c8bf Reviewed-on: https://chromium-review.googlesource.com/1068045 Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by: Tobias Tebbi <tebbi@chromium.org> Cr-Commit-Position: refs/heads/master@{#53400}
22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"name": "turbolizer",
|
|
"version": "0.1.0",
|
|
"description": "Visualization tool for V8 TurboFan IR graphs",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"build": "tsc; echo Done. Note that typescript errors are currently ignored."
|
|
},
|
|
"author": "The V8 team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/d3": "^3.5.40"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/v8/v8.git"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^2.8.3"
|
|
}
|
|
}
|