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

Unified Diff: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bower_components/chai/karma.sauce.js ('k') | bower_components/chai/sauce.browsers.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bower_components/chai/package.json
diff --git a/bower_components/chai/package.json b/bower_components/chai/package.json
deleted file mode 100644
index 92594b9c93396af7359e96b23d33c06138f1366d..0000000000000000000000000000000000000000
--- a/bower_components/chai/package.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "author": "Jake Luer <jake@alogicalparadox.com>",
- "name": "chai",
- "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
- "keywords": [ "test", "assertion", "assert", "testing", "chai" ],
- "homepage": "http://chaijs.com",
- "license": "MIT",
- "contributors": [
- "Jake Luer <jake@alogicalparadox.com>",
- "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)",
- "Veselin Todorov <hi@vesln.com>",
- "John Firebaugh <john.firebaugh@gmail.com>"
- ],
- "version": "1.9.2",
- "repository": {
- "type": "git",
- "url": "https://github.com/chaijs/chai"
- },
- "bugs": {
- "url": "https://github.com/chaijs/chai/issues"
- },
- "main": "./index",
- "scripts": {
- "test": "make test"
- },
- "engines": {
- "node": ">= 0.4.0"
- },
- "dependencies": {
- "assertion-error": "1.0.0"
- , "deep-eql": "0.1.3"
- },
- "devDependencies": {
- "component": "*"
- , "karma": "0.12.x"
- , "karma-mocha": "*"
- , "karma-sauce-launcher": "0.2.x"
- , "karma-phantomjs-launcher": "0.1.1"
- , "mocha": "1.21.x"
- , "istanbul": "0.2.x"
- }
-}
« no previous file with comments | « bower_components/chai/karma.sauce.js ('k') | bower_components/chai/sauce.browsers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698