-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 842 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
36
{
"name": "dialogs-manager",
"version": "4.9.3",
"description": "Dialogs Manager for websites. based on jQuery-UI",
"main": "src/dialogs-manager.js",
"scripts": {
"build": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kobizz/dialogs-manager.git"
},
"author": "Kobi Zaltzberg",
"license": "MIT",
"bugs": {
"url": "https://github.com/kobizz/dialogs-manager/issues"
},
"homepage": "https://github.com/kobizz/dialogs-manager#readme",
"browserslist": [
"defaults"
],
"devDependencies": {
"autoprefixer": "^9.8.6",
"grunt": "^1.4.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"sass": "^1.67.0"
},
"dependencies": {
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1"
}
}