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

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
OLDNEW
(Empty)
1 {
2 "name": "chai"
3 , "version": "1.9.1"
4 , "description": "BDD/TDD assertion library for node.js and the browser. Test framework 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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698