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

Side by Side Diff: test/js_test_tools/chai/package.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/chai/karma.sauce.js ('k') | test/js_test_tools/chai/sauce.browsers.js » ('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 "author": "Jake Luer <jake@alogicalparadox.com>",
3 "name": "chai",
4 "description": "BDD/TDD assertion library for node.js and the browser. Test fr amework agnostic.",
5 "keywords": [ "test", "assertion", "assert", "testing", "chai" ],
6 "homepage": "http://chaijs.com",
7 "license": "MIT",
8 "contributors": [
9 "Jake Luer <jake@alogicalparadox.com>",
10 "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com) ",
11 "Veselin Todorov <hi@vesln.com>",
12 "John Firebaugh <john.firebaugh@gmail.com>"
13 ],
14 "version": "1.9.1",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/chaijs/chai"
18 },
19 "bugs": {
20 "url": "https://github.com/chaijs/chai/issues"
21 },
22 "main": "./index",
23 "scripts": {
24 "test": "make test"
25 },
26 "engines": {
27 "node": ">= 0.4.0"
28 },
29 "dependencies": {
30 "assertion-error": "1.0.0"
31 , "deep-eql": "0.1.3"
32 },
33 "devDependencies": {
34 "component": "*"
35 , "karma": "0.12.x"
36 , "karma-mocha": "*"
37 , "karma-sauce-launcher": "0.2.x"
38 , "karma-phantomjs-launcher": "0.1.1"
39 , "mocha": "1.17.x"
40 , "istanbul": "0.2.x"
41 }
42 }
OLDNEW
« no previous file with comments | « test/js_test_tools/chai/karma.sauce.js ('k') | test/js_test_tools/chai/sauce.browsers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698