forked from cmdjs/gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
37
38
39
{
"family": "gallery",
"name": "sinon",
"description": "JavaScript test spies, stubs and mocks.",
"version": "1.6.0",
"keywords": ["test", "spy"],
"homepage": "http://cjohansen.no/sinon/",
"author": "Christian Johansen",
"repository": {
"type": "git",
"url": "https://github.com/cjohansen/Sinon.JS.git"
},
"bugs": {
"mail": "christian@cjohansen.no",
"url": "https://github.com/cjohansen/Sinon.JS/issues"
},
"licenses": [
{ "type": "BSD",
"url": "https://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": "*"
},
"spm": {
"output": ["sinon.js"]
}
}