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

Side by Side Diff: appengine/config_service/ui/bower_components/chai/.bower.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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "chai",
3 "description": "BDD/TDD assertion library for node.js and the browser. Test fr amework agnostic.",
4 "license": "MIT",
5 "keywords": [
6 "test",
7 "assertion",
8 "assert",
9 "testing",
10 "chai"
11 ],
12 "main": "chai.js",
13 "ignore": [
14 "build",
15 "components",
16 "lib",
17 "node_modules",
18 "support",
19 "test",
20 "index.js",
21 "Makefile",
22 ".*"
23 ],
24 "dependencies": {},
25 "devDependencies": {},
26 "homepage": "https://github.com/chaijs/chai",
27 "version": "3.5.0",
28 "_release": "3.5.0",
29 "_resolution": {
30 "type": "version",
31 "tag": "3.5.0",
32 "commit": "57c85f624a7e19ffaf1a2c7d07d81180db17bec7"
33 },
34 "_source": "https://github.com/chaijs/chai.git",
35 "_target": "^3.2.0",
36 "_originalSource": "chai"
37 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698