forked from Flyer53/jsPanel4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.48 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
{
"name": "jspanel4",
"version": "4.3.0",
"description": "A javascript tool to create highly configurable multifunctional floating panels for use in backend solutions and other web applications. Also usable as modal, tooltip, hint or contextmenu. With built in support for bootstrap (3 & 4), right-to-left text direction and a lot more ...",
"files": "dist/",
"main": "./es6module/jspanel.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Flyer53/jsPanel4.git"
},
"keywords": [
"javascript",
"jsPanel",
"panel",
"floating panel",
"ui",
"layout",
"popup",
"widget",
"window",
"modal",
"tooltip",
"hint",
"alert",
"notifier",
"contextmenu",
"bootstrap"
],
"author": "Stefan Straesser <info@jspanel.de> (http://jspanel.de/)",
"homepage": "http://jspanel.de",
"license": "MIT",
"bugs": {
"url": "https://github.com/Flyer53/jsPanel4/issues",
"email": "info@jspanel.de"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^5.0.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-babel-minify": "^0.4.0",
"gulp-clean-css": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.0",
"node-sass": "^4.7.2"
}
}