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

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

Issue 107003007: Adding Angular's DI package & Dart unittests which test it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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
« no previous file with comments | « third_party/pkg/di/lib/static_injector.dart ('k') | third_party/pkg/di/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/di/package.json
diff --git a/third_party/pkg/di/package.json b/third_party/pkg/di/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..9a1daf2ea96438dab89c7b846d65e6d3de73b294
--- /dev/null
+++ b/third_party/pkg/di/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "dart-di",
+ "version": "0.0.0",
+ "description": "A prototype of Dependency Injection framework.",
+ "main": "index.js",
+ "dependencies": {},
+ "devDependencies": {
+ "grunt": "~0.4",
+ "grunt-contrib-watch": "~0.3"
+ },
+ "scripts": {
+ "test": "grunt dart:test"
+ },
+ "bugs": {
+ "url": "https://github.com/angular/di.dart/issues"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/angular/di.dart.git"
+ },
+ "author": "Vojta Jina <vojta.jina@gmail.com>",
+ "license": "MIT"
+}
« no previous file with comments | « third_party/pkg/di/lib/static_injector.dart ('k') | third_party/pkg/di/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698