Index: third_party/pkg/di/package.json |
diff --git a/third_party/pkg/di/package.json b/third_party/pkg/di/package.json |
deleted file mode 100644 |
index 9a1daf2ea96438dab89c7b846d65e6d3de73b294..0000000000000000000000000000000000000000 |
--- a/third_party/pkg/di/package.json |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-{ |
- "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" |
-} |