-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 818 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "should-sinon",
"description": "Sinon.js assertions for should.js",
"version": "0.0.6",
"author": "Denis Bardadym <bardadymchik@gmail.com>",
"bugs": {
"url": "https://github.com/shouldjs/sinon/issues"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-shouldjs": "^1.0.2",
"mocha": "^3.5.0",
"mocha-better-spec-reporter": "^3.1.0",
"should": "^12.0.0",
"sinon": "^3.2.1"
},
"homepage": "https://github.com/shouldjs/sinon",
"keywords": [
"should",
"sinon"
],
"license": "MIT",
"main": "should-sinon.js",
"peerDependencies": {
"should": ">= 8.x"
},
"repository": {
"type": "git",
"url": "git@github.com:shouldjs/sinon.git"
},
"scripts": {
"test": "mocha -R mocha-better-spec-reporter --check-leaks test.js"
}
}