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

Side by Side Diff: polymer_0.5.0/bower_components/chai/package.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 "author": "Jake Luer <jake@alogicalparadox.com>", 2 "author": "Jake Luer <jake@alogicalparadox.com>",
3 "name": "chai", 3 "name": "chai",
4 "description": "BDD/TDD assertion library for node.js and the browser. Test fr amework agnostic.", 4 "description": "BDD/TDD assertion library for node.js and the browser. Test fr amework agnostic.",
5 "keywords": [ "test", "assertion", "assert", "testing", "chai" ], 5 "keywords": [ "test", "assertion", "assert", "testing", "chai" ],
6 "homepage": "http://chaijs.com", 6 "homepage": "http://chaijs.com",
7 "license": "MIT", 7 "license": "MIT",
8 "contributors": [ 8 "contributors": [
9 "Jake Luer <jake@alogicalparadox.com>", 9 "Jake Luer <jake@alogicalparadox.com>",
10 "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com) ", 10 "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com) ",
(...skipping 22 matching lines...) Expand all
33 "devDependencies": { 33 "devDependencies": {
34 "component": "*" 34 "component": "*"
35 , "karma": "0.12.x" 35 , "karma": "0.12.x"
36 , "karma-mocha": "*" 36 , "karma-mocha": "*"
37 , "karma-sauce-launcher": "0.2.x" 37 , "karma-sauce-launcher": "0.2.x"
38 , "karma-phantomjs-launcher": "0.1.1" 38 , "karma-phantomjs-launcher": "0.1.1"
39 , "mocha": "1.21.x" 39 , "mocha": "1.21.x"
40 , "istanbul": "0.2.x" 40 , "istanbul": "0.2.x"
41 } 41 }
42 } 42 }
OLDNEW
« no previous file with comments | « polymer_0.5.0/bower_components/chai/karma.sauce.js ('k') | polymer_0.5.0/bower_components/chai/sauce.browsers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698