Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/webaudio/tools/package.json |
| diff --git a/third_party/WebKit/LayoutTests/webaudio/tools/package.json b/third_party/WebKit/LayoutTests/webaudio/tools/package.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..03d3bb382bd4e5c57192fc24dbb2dd2e7659c3ab |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/webaudio/tools/package.json |
| @@ -0,0 +1,11 @@ |
| +{ |
| + "name": "layout-test-tidy", |
| + "version": "0.0.6", |
| + "description": "Chromium/Blink layout test clean up tool", |
| + "devDependencies": { |
| + "clang-format": "^1.0.49", |
| + "jsdom": "^10.0.0", |
| + "libtidy": "^0.3.2", |
| + "node-glob": "^1.2.0" |
| + } |
| +} |