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

Side by Side Diff: test/js_test_tools/chai/.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/codegen_test.dart ('k') | test/js_test_tools/chai/CONTRIBUTING.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": "chai",
3 "version": "1.9.1",
4 "description": "BDD/TDD assertion library for node.js and the browser. Test fr amework agnostic.",
5 "license": "MIT",
6 "keywords": [
7 "test",
8 "assertion",
9 "assert",
10 "testing",
11 "chai"
12 ],
13 "main": "chai.js",
14 "ignore": [
15 "build",
16 "components",
17 "lib",
18 "node_modules",
19 "support",
20 "test",
21 "index.js",
22 "Makefile",
23 ".*"
24 ],
25 "dependencies": {},
26 "devDependencies": {},
27 "homepage": "https://github.com/chaijs/chai",
28 "_release": "1.9.1",
29 "_resolution": {
30 "type": "version",
31 "tag": "1.9.1",
32 "commit": "4180251dd45560f189192e28d3c0ba011f6d8178"
33 },
34 "_source": "git://github.com/chaijs/chai.git",
35 "_target": ">=1.8.1",
36 "_originalSource": "chai"
37 }
OLDNEW
« no previous file with comments | « test/codegen_test.dart ('k') | test/js_test_tools/chai/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698