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

Unified Diff: third_party/pkg/angular/package.json

Issue 124053002: Adding Angular and dependent packages for testing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 12 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 side-by-side diff with in-line comments
Download patch
Index: third_party/pkg/angular/package.json
diff --git a/third_party/pkg/angular/package.json b/third_party/pkg/angular/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..117e85e96cc470074853528755927ad9c0326d76
--- /dev/null
+++ b/third_party/pkg/angular/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "angular.dart",
+ "dependencies" : {
+ "karma" : "0.10.2",
+ "karma-dart" : "0.2.6",
+ "karma-chrome-launcher": "*",
+ "karma-firefox-launcher": "*",
+ "karma-junit-reporter": "0.1.0"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698