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

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

Issue 1086713003: Remove everything but markdown from third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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/static_injector.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
(Empty)
1 {
2 "name": "dart-di",
3 "version": "0.0.0",
4 "description": "A prototype of Dependency Injection framework.",
5 "main": "index.js",
6 "dependencies": {},
7 "devDependencies": {
8 "grunt": "~0.4",
9 "grunt-contrib-watch": "~0.3"
10 },
11 "scripts": {
12 "test": "grunt dart:test"
13 },
14 "bugs": {
15 "url": "https://github.com/angular/di.dart/issues"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git://github.com/angular/di.dart.git"
20 },
21 "author": "Vojta Jina <vojta.jina@gmail.com>",
22 "license": "MIT"
23 }
OLDNEW
« 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