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

Unified Diff: appengine/config_service/ui/bower_components/sinon-chai/package.json

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 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
Index: appengine/config_service/ui/bower_components/sinon-chai/package.json
diff --git a/appengine/config_service/ui/bower_components/sinon-chai/package.json b/appengine/config_service/ui/bower_components/sinon-chai/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..de92e3e7a479453a5b4bfd3e8262f068666a24b2
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/sinon-chai/package.json
@@ -0,0 +1,43 @@
+{
+ "name": "sinon-chai",
+ "description": "Extends Chai with assertions for the Sinon.JS mocking framework.",
+ "keywords": [
+ "chai",
+ "chai-plugin",
+ "browser",
+ "vendor",
+ "mocks-and-spies",
+ "sinon",
+ "testing",
+ "spies",
+ "stubs",
+ "mocks"
+ ],
+ "version": "2.10.0",
+ "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
+ "license": "(BSD-2-Clause OR WTFPL)",
+ "repository": "domenic/sinon-chai",
+ "main": "./lib/sinon-chai.js",
+ "files": [
+ "lib"
+ ],
+ "scripts": {
+ "test": "mocha",
+ "test-travis": "npm install chai@$CHAI_VERSION && npm install sinon@$SINON_VERSION && npm test",
+ "lint": "jshint ./lib",
+ "cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/sinon-chai.js.html"
+ },
+ "peerDependencies": {
+ "chai": ">=1.9.2 <4",
+ "sinon": "^1.4.0 || ^2.1.0"
+ },
+ "devDependencies": {
+ "chai": "^3.0.0",
+ "coffee-script": "~1.8.0",
+ "istanbul": "~0.3.2",
+ "jshint": "^2.5.6",
+ "mocha": "^1.21.4",
+ "opener": "^1.4.0",
+ "sinon": "^2.1.0"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698