-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 743 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 743 Bytes
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
{
"name": "js",
"version": "1.0.0",
"description": "js cource",
"main": "index.js",
"scripts": {
"test": "mocha",
"test.google": "mocha test/google",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knysh/JS.git"
},
"author": "ksn",
"license": "MIT",
"bugs": {
"url": "https://github.com/knysh/JS/issues"
},
"homepage": "https://github.com/knysh/JS#readme",
"dependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chai-webdriver": "^1.2.0",
"chromedriver": "^78.0.1",
"mocha": "^6.2.0",
"mocha-allure-reporter": "^1.4.0",
"selenium-webdriver": "^4.0.0-alpha.5"
},
"devDependencies": {
"eslint": "^6.4.0"
}
}