-
Notifications
You must be signed in to change notification settings - Fork 664
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "bootstrap3-dialog",
"version": "1.35.4",
"description": "Make use of Bootstrap Modal more monkey-friendly.",
"directories": {
"example": "examples"
},
"main": "dist/js/bootstrap-dialog.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nakupanda/bootstrap3-dialog.git"
},
"keywords": [
"bootstrap",
"dialog"
],
"author": "nakupanda",
"license": "MIT",
"bugs": {
"url": "https://github.com/nakupanda/bootstrap3-dialog/issues"
},
"homepage": "http://nakupanda.github.io/bootstrap3-dialog",
"devDependencies": {
"bootstrap": ">=3.1.0",
"eslint": ">=0.6.2",
"gulp": ">=3.8.1",
"gulp-clean": ">=0.3.0",
"gulp-concat": "^2.5.2",
"gulp-eslint": ">=0.1.7",
"gulp-less": ">=1.2.3",
"gulp-minify-css": "^0.3.4",
"gulp-notify": ">=1.3.1",
"gulp-rename": ">=1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": ">=0.3.0",
"vinyl-source-stream": "^0.1.1"
}
}