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

Side by Side Diff: third_party/pkg/angular/playback_middleware/package.json

Issue 1058283006: Update pubspecs and dependencies to get pkgbuild tests working. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 7 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
OLDNEW
(Empty)
1 {
2 "name": "dart_playback_middleware",
3 "version": "0.0.1",
4 "main": "lib/middleware.js",
5 "dependencies": {
6 "q": "~0.9.7",
7 "connect": "~2.9.0"
8 },
9 "description": "Node module supporting Angular.dart's HTTP playback mode.",
10 "scripts": {
11 "test": "jasmine-node spec/"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/angular/angular.dart"
16 },
17 "keywords": [
18 "angular.dart",
19 "dart"
20 ],
21 "author": "James deBoer <james@huronbox.com>",
22 "license": "MIT"
23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698