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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/resources/webidl2/package.json

Issue 1993513002: Move the shadow-dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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
1 { 1 {
2 "name": "webidl2", 2 "name": "webidl2",
3 "description": "A WebIDL Parser", 3 "description": "A WebIDL Parser",
4 "version": "2.0.11", 4 "version": "2.0.11",
5 "author": "Robin Berjon <robin@berjon.com>", 5 "author": "Robin Berjon <robin@berjon.com>",
6 "license": "MIT", 6 "license": "MIT",
7 "dependencies": {}, 7 "dependencies": {},
8 "devDependencies": { 8 "devDependencies": {
9 "mocha": "2.2.5", 9 "mocha": "2.2.5",
10 "expect.js": "0.3.1", 10 "expect.js": "0.3.1",
11 "underscore": "1.8.3", 11 "underscore": "1.8.3",
12 "jsondiffpatch": "0.1.31", 12 "jsondiffpatch": "0.1.31",
13 "benchmark": "*", 13 "benchmark": "*",
14 "microtime": "1.4.2" 14 "microtime": "1.4.2"
15 }, 15 },
16 "scripts": { 16 "scripts": {
17 "test": "mocha" 17 "test": "mocha"
18 }, 18 },
19 "repository": "git://github.com/darobin/webidl2.js", 19 "repository": "git://github.com/darobin/webidl2.js",
20 "main": "index" 20 "main": "index"
21 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698