forked from bootboxjs/bootbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 958 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
{
"name": "bootbox",
"version": "4.4.0",
"description": "Wrappers for JavaScript alert(), confirm() and other flexible dialogs using the Bootstrap framework",
"directories": {
"test": "tests"
},
"scripts": {
"test": "./node_modules/.bin/karma start"
},
"repository": {
"type": "git",
"url": "git://github.com/makeusabrew/bootbox.git"
},
"author": "Nick Payne <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"main": "bootbox.js",
"devDependencies": {
"grunt-contrib-uglify": "~0.2.2",
"grunt": "~0.4.1",
"karma": "~0.10.1",
"grunt-contrib-jshint": "~0.6.3",
"karma-mocha": "0.1.3",
"karma-phantomjs-launcher": "~0.1.0",
"mocha": "~1.12.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-coverage": "~0.1.0",
"karma-junit-reporter": "~0.1.0",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"karma-chai": "0.0.1",
"grunt-karma": "~0.6.2"
}
}