-
Notifications
You must be signed in to change notification settings - Fork 1k
/
package.json
59 lines (59 loc) · 1.61 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
{
"name": "bootbox",
"version": "6.0.0",
"description": "Wrappers for JavaScript alert(), confirm(), prompt(), and other flexible dialogs using the Bootstrap framework",
"directories": {
"test": "tests"
},
"scripts": {
"test": "karma start karma.conf.legacy.js && karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git://github.com/bootboxjs/bootbox.git"
},
"bugs": {
"url": "https://github.com/bootboxjs/bootbox/issues"
},
"author": "Nick Payne <nick@kurai.co.uk>",
"license": "MIT",
"readmeFilename": "README.md",
"main": "dist/bootbox.js",
"files": [
"dist/*.js"
],
"devDependencies": {
"@sinonjs/fake-timers": "^10.0.2",
"chai": "^4.3.7",
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"grunt": "^1.0.4",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-jsbeautifier": "^0.2.13",
"grunt-karma": "^4.0.2",
"karma": "^6.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-junit-reporter": "^2.0.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.0",
"mocha": "^10.2.0",
"puppeteer": "^23.2.1",
"sinon": "^15.0.1",
"sinon-chai": "^3.7.0",
"uglify-js": "^3.17.4",
"webpack": "^5.75.0"
},
"peerDependencies": {
"@popperjs/core": "^2.0.0",
"bootstrap": "^4.4.0 || ^5.0.0",
"jquery": "^3.5.1"
}
}