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

Side by Side Diff: appengine/config_service/ui/bower_components/mocha/bower.json

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 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": "mocha",
3 "homepage": "https://mochajs.org",
4 "description": "simple, flexible, fun test framework",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/mochajs/mocha.git"
8 },
9 "main": [
10 "mocha.js",
11 "mocha.css"
12 ],
13 "ignore": [
14 "bin",
15 "editors",
16 "images",
17 "lib",
18 "scripts",
19 "test",
20 "assets",
21 "media",
22 ".*",
23 "index.js",
24 "karma.conf.js",
25 "browser-entry.js",
26 "Makefile",
27 "package.json",
28 "appveyor.yml"
29 ],
30 "keywords": [
31 "mocha",
32 "test",
33 "bdd",
34 "tdd",
35 "tap"
36 ],
37 "license": "MIT"
38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698