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

Side by Side Diff: bower_components/polymer-test-tools/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
(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 | « bower_components/polymer-test-tools/chai/karma.sauce.js ('k') | bower_components/polymer-test-tools/chai/sauce.browsers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698