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

Side by Side Diff: pkg/dev_compiler/package.json

Issue 2782213002: Add requirejs to repo for DDC (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | third_party/requirejs/LICENSE » ('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": "dev_compiler", 2 "name": "dev_compiler",
3 "version": "0.1.24", 3 "version": "0.1.24",
4 "description": "Dart Development Compiler", 4 "description": "Dart Development Compiler",
5 "homepage": "https://github.com/dart-lang/dev_compiler", 5 "homepage": "https://github.com/dart-lang/dev_compiler",
6 "bugs": "https://github.com/dart-lang/dev_compiler/issues", 6 "bugs": "https://github.com/dart-lang/dev_compiler/issues",
7 "contributors": { 7 "contributors": {
8 "Dart Team": "dev-compiler@dartlang.org" 8 "Dart Team": "dev-compiler@dartlang.org"
9 }, 9 },
10 "repository": { 10 "repository": {
(...skipping 10 matching lines...) Expand all
21 "is_js": "^0.9.0", 21 "is_js": "^0.9.0",
22 "karma": "^1.5.0", 22 "karma": "^1.5.0",
23 "karma-chai": "^0.1.0", 23 "karma-chai": "^0.1.0",
24 "karma-chrome-launcher": "^0.1.8", 24 "karma-chrome-launcher": "^0.1.8",
25 "karma-electron-launcher": "^0.0.5", 25 "karma-electron-launcher": "^0.0.5",
26 "karma-firefox-launcher": "~0.1", 26 "karma-firefox-launcher": "~0.1",
27 "karma-mocha": "^0.1.10", 27 "karma-mocha": "^0.1.10",
28 "karma-requirejs": "^0.2.2", 28 "karma-requirejs": "^0.2.2",
29 "karma-safari-launcher": "^1.0.0", 29 "karma-safari-launcher": "^1.0.0",
30 "mocha": "^2.2.4", 30 "mocha": "^2.2.4",
31 "requirejs": "^2.1.17", 31 "requirejs": "^2.3.3",
32 "webdriver-manager": "8.0.0" 32 "webdriver-manager": "8.0.0"
33 } 33 }
34 } 34 }
OLDNEW
« no previous file with comments | « no previous file | third_party/requirejs/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698