forked from LambdaTest/lt-testem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 936 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
{
"name": "lt-testem",
"version": "1.0.0",
"description": "A library which allows you to integrate results of your frontend JavaScript tests into a lambdatest jobs results page.",
"keywords": [
"JavaScript tests",
"continuous integration",
"js tests",
"lambdatest"
],
"homepage": "https://github.com/lambdatest/lt-testem#readme",
"bugs": {
"url": "https://github.com/lambdatest/lt-testem/issues"
},
"license": "MIT",
"main": "lib/index.js",
"bin": {
"lt-testem": "lib/bin.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lambdatest/lt-testem.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"@lambdatest/node-tunnel": "^3.0.11",
"bluebird": "^3.1.1",
"commander": "^2.9.0",
"request": "^2.81.0",
"wd": "^1.2.0"
},
"devDependencies": {
"chai": "^3.2.0",
"dirty-chai": "^2.0.1",
"mocha": "^4.0.0"
}
}