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

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

Issue 256553002: Revert "Update all Angular libs (run update_all.sh)." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/di/lib/transformer/refactor.dart ('k') | third_party/pkg/di/pubspec.yaml » ('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": "dart-di", 2 "name": "dart-di",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "description": "A prototype of Dependency Injection framework.", 4 "description": "A prototype of Dependency Injection framework.",
5 "main": "index.js", 5 "main": "index.js",
6 "dependencies": { 6 "dependencies": {},
7 "qq": "*"
8 },
9 "devDependencies": { 7 "devDependencies": {
10 "grunt": "~0.4", 8 "grunt": "~0.4",
11 "grunt-contrib-watch": "~0.3" 9 "grunt-contrib-watch": "~0.3"
12 }, 10 },
13 "scripts": { 11 "scripts": {
14 "test": "grunt dart:test" 12 "test": "grunt dart:test"
15 }, 13 },
16 "bugs": { 14 "bugs": {
17 "url": "https://github.com/angular/di.dart/issues" 15 "url": "https://github.com/angular/di.dart/issues"
18 }, 16 },
19 "repository": { 17 "repository": {
20 "type": "git", 18 "type": "git",
21 "url": "git://github.com/angular/di.dart.git" 19 "url": "git://github.com/angular/di.dart.git"
22 }, 20 },
23 "author": "Vojta Jina <vojta.jina@gmail.com>", 21 "author": "Vojta Jina <vojta.jina@gmail.com>",
24 "license": "MIT" 22 "license": "MIT"
25 } 23 }
OLDNEW
« no previous file with comments | « third_party/pkg/di/lib/transformer/refactor.dart ('k') | third_party/pkg/di/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698