-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 914 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
37
38
{
"name": "chai-change",
"version": "2.1.2",
"author": "Tim Ruffles <timruffles@googlemail.com>",
"description": "Assert that a change you expected to happen, happened, with the chai library",
"main": "src/plugin.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover --report html node_modules/mocha/bin/_mocha",
"lint": "eslint {src,test}/**/*.js"
},
"license": "BSD-2-Clause",
"devDependencies": {
"chai": "~1.9.1",
"es6-promise": "^4.0.5",
"eslint": "^3.9.1",
"istanbul": "^0.4.5",
"mocha": "~1.18.2",
"requirejs": "~2.1.11"
},
"repository": {
"type": "git",
"url": "git@github.com:timruffles/chai-change.git"
},
"keywords": [
"chai",
"assertions",
"assert",
"testing",
"chai-plugin"
],
"bugs": {
"url": "https://github.com/timruffles/chai-change/issues"
}
}