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

Side by Side Diff: appengine/config_service/ui/bower_components/stacky/.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": "stacky",
3 "description": "Stacky parses stack traces from various sources, and formats t hem in readable ways.",
4 "main": "browser.js",
5 "authors": [
6 "The Polymer Authors"
7 ],
8 "ignore": [
9 "*",
10 "!/lib/*.js",
11 "!/LICENSE",
12 "!/browser.js"
13 ],
14 "license": "BSD-3-Clause",
15 "keywords": [
16 "stack",
17 "trace",
18 "error",
19 "stack parser",
20 "trace parser"
21 ],
22 "homepage": "https://github.com/PolymerLabs/stacky",
23 "moduleType": [
24 "amd",
25 "globals"
26 ],
27 "version": "1.3.2",
28 "_release": "1.3.2",
29 "_resolution": {
30 "type": "version",
31 "tag": "v1.3.2",
32 "commit": "fa297bb077559544c56b4a123c05df2ff97e9fdc"
33 },
34 "_source": "https://github.com/PolymerLabs/stacky.git",
35 "_target": "^1.3.0",
36 "_originalSource": "stacky"
37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698