forked from svenkatreddy/ultimate-chai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1021 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
39
40
{
"name": "ultimate-chai",
"version": "4.1.1",
"description": "ultimate chai library you'll ever need with cross mixture of sinon-chai, dirty-chai, chai-as-promised included",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test NODE_PATH=./ mocha test/**/*-test.js",
"test-fail": "NODE_ENV=test NODE_PATH=./ mocha test/**/*-fail.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svenkatreddy/ultimate-chai.git"
},
"keywords": [
"chai",
"dirty",
"sinon",
"ultimate",
"expect",
"should",
"promise"
],
"author": "Venkat Reddy",
"license": "ISC",
"bugs": {
"url": "https://github.com/svenkatreddy/ultimate-chai/issues"
},
"homepage": "https://github.com/svenkatreddy/ultimate-chai#readme",
"dependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"sinon": "^2.1.0",
"sinon-chai": "^2.14.0"
},
"devDependencies": {
"mocha": "^5.0.1",
"sinon": "^4.3.0"
}
}