-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "enaio-webclient-demo-modal-dialog-addon",
"version": "1.0.0",
"description": "A demonstration project showcasing the varied functionalities of the newly introduced modal dialog add-ons feature in the enaio® webclient.",
"main": "src/js/main.js",
"repository": {
"type": "git",
"url": "https://github.com/OPTIMALSYSTEMS/enaio-webclient-demo-modal-dialog-addon",
"branch": "main",
"directory": "/"
},
"scripts": {
"start": "live-server . --port=5500 -o"
},
"keywords": [
"web",
"frontend",
"javascript"
],
"author": "OPTIMAL SYSTEMS GmbH <[email protected]>",
"license": "Apache License 2.0",
"homepage": "https://github.com/OPTIMALSYSTEMS/enaio-webclient-demo-modal-dialog-addon#readme",
"devDependencies": {
"gh-pages": "^3.2.3",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-webpack": "^5.0.0",
"live-server": "^1.2.2"
},
"private": true,
"browserslist": [
"defaults"
],
"engines": {
"node": ">=14.0.0"
}
}