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

Side by Side Diff: polymer_0.5.0/bower_components/polymer-test-tools/mocha/.bower.json

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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
OLDNEW
1 { 1 {
2 "name": "mocha", 2 "name": "mocha",
3 "version": "1.20.1", 3 "version": "1.20.1",
4 "main": [ 4 "main": [
5 "mocha.js", 5 "mocha.js",
6 "mocha.css" 6 "mocha.css"
7 ], 7 ],
8 "ignore": [ 8 "ignore": [
9 "bin", 9 "bin",
10 "editors", 10 "editors",
(...skipping 13 matching lines...) Expand all
24 "_release": "1.20.1", 24 "_release": "1.20.1",
25 "_resolution": { 25 "_resolution": {
26 "type": "version", 26 "type": "version",
27 "tag": "1.20.1", 27 "tag": "1.20.1",
28 "commit": "869b5ad681b923a75c5e6fb3fcbab9a865b4115e" 28 "commit": "869b5ad681b923a75c5e6fb3fcbab9a865b4115e"
29 }, 29 },
30 "_source": "git://github.com/visionmedia/mocha.git", 30 "_source": "git://github.com/visionmedia/mocha.git",
31 "_target": ">=1.13.0", 31 "_target": ">=1.13.0",
32 "_originalSource": "mocha" 32 "_originalSource": "mocha"
33 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698