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

Side by Side Diff: appengine/config_service/ui/bower_components/lodash/.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": "lodash",
3 "main": "lodash.js",
4 "ignore": [
5 ".*",
6 "*.custom.*",
7 "*.log",
8 "*.map",
9 "*.md",
10 "lodash.src.js",
11 "component.json",
12 "package.json",
13 "doc",
14 "node_modules",
15 "perf",
16 "test",
17 "vendor"
18 ],
19 "homepage": "https://github.com/lodash/lodash",
20 "version": "3.10.1",
21 "_release": "3.10.1",
22 "_resolution": {
23 "type": "version",
24 "tag": "3.10.1",
25 "commit": "ef20b4290cc4fe7551c82a552ea7ffa76548eec8"
26 },
27 "_source": "https://github.com/lodash/lodash.git",
28 "_target": "^3.7.0",
29 "_originalSource": "lodash"
30 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698