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

Side by Side Diff: polymer_0.4.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",
11 "images", 11 "images",
12 "lib", 12 "lib",
13 "support", 13 "support",
14 "test", 14 "test",
15 ".gitignore", 15 ".gitignore",
16 ".npmignore", 16 ".npmignore",
17 ".travis.yml", 17 ".travis.yml",
18 "component.json", 18 "component.json",
19 "index.js", 19 "index.js",
20 "Makefile", 20 "Makefile",
21 "package.json" 21 "package.json"
22 ] 22 ]
23 } 23 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698