forked from kobizz/dialogs-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 867 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
{
"name": "dialogs-manager",
"version": "4.8.1",
"description": "Dialogs Manager for websites. based on jQuery-UI",
"main": "src/dialogs-manager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"devDependencies": {
"autoprefixer": "^6.7.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.7.1",
"grunt-sass": "^1.1.0"
},
"dependencies": {
"jquery": "^3.0.0",
"jquery-ui": "^1.10.5"
}
}