-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 965 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
{
"author": "Matthijs Groen <[email protected]>",
"name": "chai-backbone",
"description": "Backbone assertions for the Chai assertion library",
"keywords": [ "test", "assertion", "assert", "testing", "backbone", "chai-plugin", "browser", "vendor", "dom" ],
"version": "0.9.4",
"repository": {
"type": "git",
"url": "https://github.com/matthijsgroen/chai-backbone"
},
"bugs": {
"url": "https://github.com/matthijsgroen/chai-backbone/issues"
},
"main": "./chai-backbone",
"devDependencies": {
"chai": ">= 1.0.0",
"mocha": ">= 1.0.0",
"coffee-script": "^1.4.0"
},
"dependencies": {
"sinon": ">= 1.5.2",
"chai-changes": ">= 1.0.0",
"backbone": ">= 0.9.2"
},
"scripts": {
"test": "mocha test/chai-backbone_spec.coffee",
"test-browser": "./test.sh"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/matthijsgroen/chai-backbone/blob/master/LICENSE"
}
]
}