forked from cjohansen/sinon-qunit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 709 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "sinon-qunit",
"description": "QUnit adapter for Sinon.JS: JavaScript test spies, stubs and mocks.",
"version": "1.0.0",
"homepage": "http://cjohansen.no/sinon/sinon-qunit/",
"author": "Christian Johansen",
"repository": {
"type": "git",
"url": "http://github.com/cjohansen/sinon-qunit.git"
},
"bugs": {
"mail": "christian@cjohansen.no",
"web": "http://github.com/cjohansen/sinon-qunit/issues"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/cjohansen/sinon-qunit/blob/master/LICENSE"
}
],
"main": "./lib/sinon-qunit.js",
"engines": { "node": ">=0.1.103" }
}