forked from muonjs/mocha-suit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 KB
/
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
41
42
43
44
{
"name": "@sportheroes/bk-mocha-suite",
"version": "1.16.3",
"description": "Suite for your mocha tests",
"main": "app.js",
"scripts": {
"release": "bk-standard-version",
"release-major": "bk-standard-version -- --release-as major",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muonjs/mocha-suit.git"
},
"keywords": [
"mocha",
"tests",
"suit",
"jasmine"
],
"author": "Sukharev Kirill <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/muonjs/mocha-suit/issues"
},
"homepage": "https://github.com/muonjs/mocha-suit#readme",
"dependencies": {
"config": "3.1.0",
"error-stack-parser": "2.0.2",
"underscore": "^1.9.1",
"yn": "4.0.0"
},
"types": "./mocha-suit.d.ts",
"devDependencies": {
"@sportheroes/bk-standard-version": "5.2.1",
"bluebird": "^3.5.2",
"chai": "4.2.0",
"chalk": "2.4.2",
"expect.js": "^0.3.1",
"mocha": "^3.4.2",
"should": "^11.2.1",
"sinon": "7.3.2"
}
}