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

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

Issue 257423008: 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 },
7 "devDependencies": { 9 "devDependencies": {
8 "grunt": "~0.4", 10 "grunt": "~0.4",
9 "grunt-contrib-watch": "~0.3" 11 "grunt-contrib-watch": "~0.3"
10 }, 12 },
11 "scripts": { 13 "scripts": {
12 "test": "grunt dart:test" 14 "test": "grunt dart:test"
13 }, 15 },
14 "bugs": { 16 "bugs": {
15 "url": "https://github.com/angular/di.dart/issues" 17 "url": "https://github.com/angular/di.dart/issues"
16 }, 18 },
17 "repository": { 19 "repository": {
18 "type": "git", 20 "type": "git",
19 "url": "git://github.com/angular/di.dart.git" 21 "url": "git://github.com/angular/di.dart.git"
20 }, 22 },
21 "author": "Vojta Jina <vojta.jina@gmail.com>", 23 "author": "Vojta Jina <vojta.jina@gmail.com>",
22 "license": "MIT" 24 "license": "MIT"
23 } 25 }
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