forked from getgauge/gauge-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.14 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
45
46
47
{
"name": "gauge-js",
"version": "2.3.6",
"description": "JavaScript runner for Gauge",
"main": "index.js",
"scripts": {
"lint": "eslint index.js src/ skel/ test/ scripts/",
"test": "npm run lint && mocha --recursive",
"installPlugin": "node scripts/install.js",
"package": "node scripts/install.js --package"
},
"repository": {
"type": "git",
"url": "https://github.com/getgauge/gauge-js.git"
},
"keywords": [
"gauge",
"JavaScript"
],
"author": "ThoughtWorks, Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/getgauge/gauge-js/issues"
},
"homepage": "https://github.com/getgauge/gauge-js",
"dependencies": {
"console-stamp": "^0.2.9",
"escodegen": "^1.12.0",
"esprima": "^4.0.1",
"estraverse": "^4.3.0",
"grpc": "^1.23.3",
"klaw-sync": "^3.0.2",
"protobufjs": "^6.8.8",
"q": "^1.5.0"
},
"devDependencies": {
"archiver": "^3.1.1",
"chai": "^4.2.0",
"check-if-windows": "^1.0.0",
"eslint": "^6.4.0",
"eslint-plugin-mocha": "^6.1.1",
"fs-extra": "^8.1.0",
"mocha": "^6.2.0",
"mock-fs": "^4.10.1",
"sinon": "^7.4.2"
}
}