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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "sinon-chai",
3 "description": "Extends Chai with assertions for the Sinon.JS mocking framewor k.",
4 "keywords": [
5 "chai",
6 "chai-plugin",
7 "browser",
8 "vendor",
9 "mocks-and-spies",
10 "sinon",
11 "testing",
12 "spies",
13 "stubs",
14 "mocks"
15 ],
16 "version": "2.10.0",
17 "author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",
18 "license": "(BSD-2-Clause OR WTFPL)",
19 "repository": "domenic/sinon-chai",
20 "main": "./lib/sinon-chai.js",
21 "files": [
22 "lib"
23 ],
24 "scripts": {
25 "test": "mocha",
26 "test-travis": "npm install chai@$CHAI_VERSION && npm install sinon@$SINON_V ERSION && npm test",
27 "lint": "jshint ./lib",
28 "cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/ lcov-report/lib/sinon-chai.js.html"
29 },
30 "peerDependencies": {
31 "chai": ">=1.9.2 <4",
32 "sinon": "^1.4.0 || ^2.1.0"
33 },
34 "devDependencies": {
35 "chai": "^3.0.0",
36 "coffee-script": "~1.8.0",
37 "istanbul": "~0.3.2",
38 "jshint": "^2.5.6",
39 "mocha": "^1.21.4",
40 "opener": "^1.4.0",
41 "sinon": "^2.1.0"
42 }
43 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698