forked from orige-zz/jquery-bootstrap-modal-steps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 824 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-steps",
"version": "0.0.3",
"description": "Lightweight step by step modal for bootstrap",
"main": "jquery-bootstrap-modal-steps.js",
"scripts": {
"test": "grunt"
},
"keywords": [
"jquery",
"bootstrap",
"modal-steps"
],
"repository": {
"type": "git",
"url": "https://github.com/orige/jquery-bootstrap-modal-steps.git"
},
"author": "Eduardo Orige <eduardo.orige@gmail.com> (http://www.eduardoorige.com.br)",
"license": "MIT",
"dependencies": {
"jquery": "^2.1.1",
"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"
}
}