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

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

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

Powered by Google App Engine
This is Rietveld 408576698