forked from sinonjs/sinon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 991 Bytes
/
package.json
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
35
36
{
"name": "sinon",
"description": "JavaScript test spies, stubs and mocks.",
"version": "1.5.2",
"homepage": "http://cjohansen.no/sinon/",
"author": "Christian Johansen",
"repository": {
"type": "git",
"url": "http://github.com/cjohansen/Sinon.JS.git"
},
"bugs": {
"mail": "[email protected]",
"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",
"prepublish": "./build"
},
"dependencies": {
"buster-format": "~0.5"
},
"devDependencies": {
"buster-core": ">=0.6.4",
"buster-assertions": "~0.10",
"buster-evented-logger": "~0.4",
"buster-test": "~0.5",
"http-server": "*"
},
"main": "./lib/sinon.js",
"engines": { "node": ">=0.1.103" }
}