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

Side by Side Diff: appengine/config_service/ui/bower_components/accessibility-developer-tools/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": "accessibility-developer-tools",
3 "version": "2.11.0",
4 "homepage": "https://github.com/GoogleChrome/accessibility-developer-tools",
5 "authors": [
6 "Google"
7 ],
8 "description": "This is a library of accessibility-related testing and utility code.",
9 "main": "dist/js/axs_testing.js",
10 "moduleType": [
11 "amd",
12 "globals"
13 ],
14 "keywords": [
15 "accessibility",
16 "testing",
17 "WCAG",
18 "module"
19 ],
20 "license": "Apache-2.0",
21 "ignore": [
22 "**/.*",
23 "lib",
24 "scripts",
25 "src",
26 "test",
27 "tools",
28 "Gruntfile.js",
29 "package.json"
30 ]
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698