forked from BhavanPatel/jquery-bootstrap-modal-stepwise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 838 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
{
"name": "jquery-bootstrap-modal-stepwise",
"version": "0.0.1",
"description": "https://github.com/BhavanPatel/jquery-bootstrap-modal-stepwise",
"main": "dist/modal-steps.min.js",
"scripts": {
"test": "grunt"
},
"keywords": [
"jquery",
"bootstrap",
"modal-steps"
],
"repository": {
"type": "git",
"url": "https://github.com/BhavanPatel/jquery-bootstrap-modal-stepwise.git"
},
"author": "Bhavan Patel <[email protected]> (http://www.eduardoorige.com.br)",
"license": "MIT",
"dependencies": {
"jquery": "3.0.0",
"bootstrap": "^3.2.0"
},
"devDependencies": {
"bootstrap": "^3.2.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.6.0",
"jquery": "^2.1.1",
"qunitjs": "^1.15.0"
}
}