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

Side by Side Diff: third_party/pkg/angular/package.json

Issue 257423008: Update all Angular libs (run update_all.sh). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « third_party/pkg/angular/lib/utils.dart ('k') | third_party/pkg/angular/perf.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "angular.dart", 2 "name": "angular.dart",
3 "branchVersion": "0.9.*", 3 "branchVersion": "0.9.*",
4 "cdnVersion": "0.9.7", 4 "cdnVersion": "0.9.7",
5 "repository": { 5 "repository": {
6 "type": "git", 6 "type": "git",
7 "url": "https://github.com/angular/angular.dart.git" 7 "url": "https://github.com/angular/angular.dart.git"
8 }, 8 },
9 "devDependencies": { 9 "devDependencies": {
10 "karma" : "0.10.2", 10 "karma" : "~0.12.0",
11 "karma-dart" : "0.2.6", 11 "karma-dart" : "~0.2.6",
12 "karma-script-launcher": "*", 12 "karma-script-launcher": "*",
13 "karma-chrome-launcher": "*", 13 "karma-chrome-launcher": "~0.1.3",
14 "karma-firefox-launcher": "*", 14 "karma-firefox-launcher": "*",
15 "karma-junit-reporter": "0.1.0", 15 "karma-junit-reporter": "~0.2.1",
16 "jasmine-node": "*", 16 "jasmine-node": "*",
17 "qq": "*" 17 "qq": "*"
18 }, 18 },
19 "licenses": [ 19 "licenses": [
20 { 20 {
21 "type": "MIT", 21 "type": "MIT",
22 "url": "https://github.com/angular/angular.dart/blob/master/LICENSE" 22 "url": "https://github.com/angular/angular.dart/blob/master/LICENSE"
23 } 23 }
24 ], 24 ],
25 "dependencies": {} 25 "dependencies": {}
26 } 26 }
OLDNEW
« no previous file with comments | « third_party/pkg/angular/lib/utils.dart ('k') | third_party/pkg/angular/perf.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698