Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/resources/webidl2/package.json

Issue 2004463002: Move remaining files from web-platform-tests/ and update remaining paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update paths in webkitpy/layout_tests/servers/. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "webidl2",
3 "description": "A WebIDL Parser",
4 "version": "2.0.11",
5 "author": "Robin Berjon <robin@berjon.com>",
6 "license": "MIT",
7 "dependencies": {},
8 "devDependencies": {
9 "mocha": "2.2.5",
10 "expect.js": "0.3.1",
11 "underscore": "1.8.3",
12 "jsondiffpatch": "0.1.31",
13 "benchmark": "*",
14 "microtime": "1.4.2"
15 },
16 "scripts": {
17 "test": "mocha"
18 },
19 "repository": "git://github.com/darobin/webidl2.js",
20 "main": "index"
21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698