forked from os-autoinst/openQA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 912 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
{
"name": "openqa",
"version": "1.0.0",
"description": "Testing Framework",
"scripts": {
"lint": "eslint \"assets/javascripts/**/*.js\"",
"fix": "eslint --fix \"assets/javascripts/**/*.js\""
},
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/os-autoinst/openQA/issues"
},
"homepage": "https://github.com/os-autoinst/openQA#readme",
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "2.3.2"
},
"dependencies": {
"anser": "^2.1.1",
"bootstrap": "^4.6.1",
"chosen-js": "^1.8.7",
"codemirror": "^5.58.2",
"d3": "^4.13.0",
"dagre-d3": "^0.6.4",
"datatables": "^1.10.18",
"datatables.net-bs4": "^1.13.8",
"fork-awesome": "^1.2.0",
"jquery": "^3.7.1",
"jquery-ujs": "^1.2.3",
"shepherd.js": "^11.2.0",
"timeago": "^1.6.7"
}
}