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

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

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 10 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 "dependencies" : {
4 "cdnVersion": "0.9.7",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/angular/angular.dart.git"
8 },
9 "devDependencies": {
10 "karma" : "0.10.2", 4 "karma" : "0.10.2",
11 "karma-dart" : "0.2.6", 5 "karma-dart" : "0.2.6",
12 "karma-script-launcher": "*", 6 "karma-script-launcher": "*",
13 "karma-chrome-launcher": "*", 7 "karma-chrome-launcher": "*",
8 "karma-phantomjs-launcher": "*",
14 "karma-firefox-launcher": "*", 9 "karma-firefox-launcher": "*",
15 "karma-junit-reporter": "0.1.0", 10 "karma-junit-reporter": "0.1.0",
16 "jasmine-node": "*", 11 "jasmine-node": "*",
17 "qq": "*" 12 "qq": "*",
18 }, 13 "jasmine-node": "*"
19 "licenses": [ 14 }
20 {
21 "type": "MIT",
22 "url": "https://github.com/angular/angular.dart/blob/master/LICENSE"
23 }
24 ],
25 "dependencies": {}
26 } 15 }
16
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