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

Side by Side Diff: package.json

Issue 1725373005: npm: Added missing dependencies karma-sinon and platform. (Closed) Base URL: git@github.com:chromium/caterpillar.git@master
Patch Set: Created 4 years, 9 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 | no next file » | 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": "caterpillar", 2 "name": "caterpillar",
3 "dependencies": { 3 "dependencies": {
4 "bower": "^1.7.1" 4 "bower": "^1.7.1"
5 }, 5 },
6 "devDependencies": { 6 "devDependencies": {
7 "karma": "^0.13.18", 7 "karma": "^0.13.18",
8 "karma-chrome-launcher": "^0.2.2", 8 "karma-chrome-launcher": "^0.2.2",
9 "karma-firefox-launcher": "^0.1.7", 9 "karma-firefox-launcher": "^0.1.7",
10 "karma-sinon": "^1.0.4",
10 "karma-qunit": "^0.1.9", 11 "karma-qunit": "^0.1.9",
12 "platform": "^1.3.1",
11 "qunit": "^0.7.7", 13 "qunit": "^0.7.7",
12 "sinon": "^1.17.2" 14 "sinon": "^1.17.2"
13 }, 15 },
14 "repository": { 16 "repository": {
15 "type": "git", 17 "type": "git",
16 "url": "git+https://github.com/chromium/caterpillar.git" 18 "url": "git+https://github.com/chromium/caterpillar.git"
17 }, 19 },
18 "license": "Apache-2.0" 20 "license": "Apache-2.0"
19 } 21 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698