-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "eagle",
"version": "1.0.0",
"description": "The Advanced Graph Language is a visual programming language used to develop\r complex processing pipelines or workflows. EAGLE is the visual editor for this\r environment. EAGLE is coupled to the [DALiuGE](http://github.com/ICRAR/daliuge)\r execution framework, which also provides the actual translation and execution\r of the workflows.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ICRAR/EAGLE.git"
},
"author": "",
"license": "LGPL-3.0-only",
"bugs": {
"url": "https://github.com/ICRAR/EAGLE/issues"
},
"homepage": "https://github.com/ICRAR/EAGLE#readme",
"dependencies": {
"@types/bootstrap": "^5.1.4",
"@types/bootstrap-notify": "^3.1.34",
"@types/jquery": "^3.3.38",
"@types/node": "^14.0.11",
"@types/showdown": "^1.9.4",
"ajv": "^6.12.6",
"bootstrap": "^5.1.1",
"easy-pie-chart": "^2.1.7",
"jquery": "^3.5.1",
"knockout": "^3.5.1",
"material-icons": "^1.13.6",
"showdown": "^2.0.1"
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"eslint": "^7.32.0",
"typescript": "^3.9.9"
}
}