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

Side by Side 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 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": [
6 "test",
7 "assertion",
8 "assert",
9 "testing",
10 "chai"
11 ],
12 "homepage": "http://chaijs.com",
13 "license": "MIT",
14 "contributors": [
15 "Jake Luer <jake@alogicalparadox.com>",
16 "Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com) ",
17 "Veselin Todorov <hi@vesln.com>",
18 "John Firebaugh <john.firebaugh@gmail.com>"
19 ],
20 "version": "3.5.0",
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/chaijs/chai"
24 },
25 "bugs": {
26 "url": "https://github.com/chaijs/chai/issues"
27 },
28 "main": "./index",
29 "scripts": {
30 "test": "make test"
31 },
32 "engines": {
33 "node": ">= 0.4.0"
34 },
35 "dependencies": {
36 "assertion-error": "^1.0.1",
37 "deep-eql": "^0.1.3",
38 "type-detect": "^1.0.0"
39 },
40 "devDependencies": {
41 "browserify": "^10.2.1",
42 "bump-cli": "^1.1.3",
43 "karma": "^0.13.16",
44 "karma-mocha": "^0.1.10",
45 "karma-sauce-launcher": "^0.2.11",
46 "karma-phantomjs-launcher": "^0.2.0",
47 "karma-firefox-launcher": "^0.1.6",
48 "mocha": "^2.2.5",
49 "istanbul": "^0.3.14"
50 }
51 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698