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

Side by Side Diff: test/js_test_tools/mocha/.bower.json

Issue 1243503007: fixes #221, initial sync*, async, async* implementation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 4 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 | « test/js_test_tools/mocha-htmltest.js ('k') | test/js_test_tools/mocha/History.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "mocha",
3 "version": "1.20.1",
4 "main": [
5 "mocha.js",
6 "mocha.css"
7 ],
8 "ignore": [
9 "bin",
10 "editors",
11 "images",
12 "lib",
13 "support",
14 "test",
15 ".gitignore",
16 ".npmignore",
17 ".travis.yml",
18 "component.json",
19 "index.js",
20 "Makefile",
21 "package.json"
22 ],
23 "homepage": "https://github.com/visionmedia/mocha",
24 "_release": "1.20.1",
25 "_resolution": {
26 "type": "version",
27 "tag": "1.20.1",
28 "commit": "869b5ad681b923a75c5e6fb3fcbab9a865b4115e"
29 },
30 "_source": "git://github.com/visionmedia/mocha.git",
31 "_target": ">=1.13.0",
32 "_originalSource": "mocha"
33 }
OLDNEW
« no previous file with comments | « test/js_test_tools/mocha-htmltest.js ('k') | test/js_test_tools/mocha/History.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698