| 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"
|
| + }
|
| +}
|
|
|