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

Unified Diff: appengine/config_service/ui/bower_components/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/chai/package.json
diff --git a/appengine/config_service/ui/bower_components/chai/package.json b/appengine/config_service/ui/bower_components/chai/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..d88685537e1b72c3d893edc21ada3b96142ff288
--- /dev/null
+++ b/appengine/config_service/ui/bower_components/chai/package.json
@@ -0,0 +1,51 @@
+{
+ "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": "3.5.0",
+ "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.1",
+ "deep-eql": "^0.1.3",
+ "type-detect": "^1.0.0"
+ },
+ "devDependencies": {
+ "browserify": "^10.2.1",
+ "bump-cli": "^1.1.3",
+ "karma": "^0.13.16",
+ "karma-mocha": "^0.1.10",
+ "karma-sauce-launcher": "^0.2.11",
+ "karma-phantomjs-launcher": "^0.2.0",
+ "karma-firefox-launcher": "^0.1.6",
+ "mocha": "^2.2.5",
+ "istanbul": "^0.3.14"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698