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

Side by Side Diff: third_party/WebKit/Tools/qunit/package.json

Issue 1475853002: Remove qunit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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": "qunit",
3 "author": {
4 "name": "John Resig",
5 "email": "jeresig@gmail.com",
6 "url": "http://ejohn.org/"
7 },
8 "maintainer": {
9 "name": "Jörn Zaefferer",
10 "email": "joern.zaefferer@googlemail.com",
11 "url": "http://bassistance.de/"
12 },
13 "url": "http://docs.jquery.com/QUnit",
14 "license": {
15 "name": "MIT",
16 "url": "http://www.opensource.org/licenses/mit-license.php"
17 },
18 "description": "An easy-to-use JavaScript Unit Testing framework.",
19 "keywords": [ "testing", "unit", "jquery" ],
20 "lib": "qunit"
21 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Tools/qunit/README.md ('k') | third_party/WebKit/Tools/qunit/qunit/qunit.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698