Files
cdnjs/ajax/libs/sinon.js/package.json
T

28 lines
638 B
JSON

{
"name": "sinon.js",
"filename": "sinon-min.js",
"version": "1.7.3",
"description": "Standalone test spies, stubs and mocks for JavaScript. No dependencies, works with any unit testing framework.",
"homepage": "http://sinonjs.org/",
"keywords": [
"utility",
"popular",
"spies",
"stubs",
"mock",
"testing"
],
"maintainers": [
{
"name": "Christian Johansen",
"email": "christian@cjohansen.no"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/cjohansen/Sinon.JS"
}
]
}