-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
68 lines (68 loc) · 1.74 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "jspanel4",
"version": "4.16.1",
"description": "A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu",
"keywords": [
"jsPanel",
"panel",
"ui",
"layout",
"popup",
"widget",
"window",
"modal",
"tooltip",
"hint",
"notifier",
"alert",
"contextmenu",
"dialog",
"bootstrap"
],
"author": {
"name": "Stefan Sträßer",
"email": "[email protected]",
"url": "https://jspanel.de"
},
"homepage": "https://jspanel.de/",
"license": "MIT",
"files": [
"dist/",
"es6module/"
],
"main": "./es6module/jspanel.min.js",
"repository": {
"type": "git",
"url": "https://github.com/Flyer53/jsPanel4.git"
},
"bugs": {
"url": "https://github.com/Flyer53/jsPanel4/issues",
"email": "[email protected]"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"eslint": "^8.26.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.5.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-footer": "^2.1.0",
"gulp-header": "^2.0.9",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"node-sass": "^7.0.1",
"npm": "^8.19.2",
"prettier": "^2.7.1"
},
"prettier": {
"printWidth": 150,
"tabWidth": 4,
"singleQuote": true,
"quoteProps": "consistent",
"endOfLine": "crlf"
}
}