-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.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": "srf.reporter.mocha",
"version": "1.30.0",
"description": "StormRunner Functional mocha reporter",
"main": "lib/app.js",
"types": "./lib/app.d.ts",
"scripts": {},
"license": "MIT",
"dependencies": {
"@types/lodash": "4.14.108",
"@types/mocha": "5.2.0",
"@types/request": "2.47.0",
"chalk": "1.1.3",
"concat-stream": "1.6.0",
"lodash": "4.17.5",
"request": "2.86.0"
},
"devDependencies": {
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-nsp": "2.4.2",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "7.0.1",
"gulp-typescript": "3.1.3",
"merge2": "1.0.1",
"tslint": "4.0.2",
"typescript": "2.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicroFocus/srf.reporter.mocha.git"
},
"author": "MicroFocus",
"bugs": {
"url": "https://github.com/MicroFocus/srf.reporter.mocha/issues"
},
"homepage": "https://github.com/MicroFocus/srf.reporter.mocha#readme",
"keywords": [
"SRF",
"StromRunner Functionl",
"mocha",
"reporter"
]
}