1
0
Fork 0
arangodb/js/node/node_modules/sinon/package.json

75 lines
1.7 KiB
JSON

{
"name": "sinon",
"description": "JavaScript test spies, stubs and mocks.",
"version": "1.14.1",
"homepage": "http://cjohansen.no/sinon/",
"author": {
"name": "Christian Johansen"
},
"repository": {
"type": "git",
"url": "http://github.com/cjohansen/Sinon.JS.git"
},
"bugs": {
"url": "http://github.com/cjohansen/Sinon.JS/issues"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/cjohansen/Sinon.JS/blob/master/LICENSE"
}
],
"scripts": {
"test": "node test/node/run.js",
"lint": "jscs **/*.js",
"prepublish": "./build"
},
"dependencies": {
"formatio": "1.1.1",
"util": ">=0.10.3 <1",
"lolex": "1.1.0"
},
"devDependencies": {
"buster-core": ">=0.6.4",
"buster-assertions": "~0.10",
"buster-evented-logger": "~0.4",
"buster-test": "~0.5",
"buster-format": "~0.5.6",
"http-server": "*",
"jscs": "~1.5.9"
},
"main": "./lib/sinon.js",
"engines": {
"node": ">=0.1.103"
},
"_id": "sinon@1.14.1",
"dist": {
"shasum": "d82797841918734507c94b7a73e3f560904578ad",
"tarball": "http://registry.npmjs.org/sinon/-/sinon-1.14.1.tgz"
},
"_from": "sinon@1.14.1",
"_npmVersion": "1.3.21",
"_npmUser": {
"name": "cjohansen",
"email": "christian@cjohansen.no"
},
"maintainers": [
{
"name": "cjohansen",
"email": "christian@cjohansen.no"
},
{
"name": "mrgnrdrck",
"email": "morgan@roderick.dk"
},
{
"name": "mantoni",
"email": "mail@maxantoni.de"
}
],
"directories": {},
"_shasum": "d82797841918734507c94b7a73e3f560904578ad",
"_resolved": "https://registry.npmjs.org/sinon/-/sinon-1.14.1.tgz",
"readme": "ERROR: No README data found!"
}