get-translation
Version:
Effective translation workflow
40 lines (39 loc) • 968 B
JSON
{
"name": "sinon-chai",
"description": "Extends Chai with assertions for the Sinon.JS mocking framework.",
"keywords": [
"sinon",
"chai",
"testing",
"spies",
"stubs",
"mocks"
],
"version": "2.5.0",
"author": "Domenic Denicola <domenic@domenicdenicola.com> (http://domenic.me)",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "git://github.com/domenic/sinon-chai.git"
},
"bugs": "http://github.com/domenic/sinon-chai/issues",
"main": "./lib/sinon-chai.js",
"scripts": {
"test": "mocha",
"lint": "jshint ./lib",
"cover": "cover run node_modules/mocha/bin/_mocha && cover report html && opener ./cover_html/index.html"
},
"peerDependencies": {
"chai": ">=1.0.0 <2",
"sinon": ">=1.4.0 <2"
},
"devDependencies": {
"chai": "~1.8",
"coffee-script": "~1.6",
"cover": "~0.2.9",
"jshint": "~2.4",
"mocha": "~1.17",
"opener": "~1.3",
"sinon": "~1.7"
}
}