Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
提交 | 用户 | 时间
58d006 1 {
A 2   "name": "twitter-bootstrap-wizard",
3   "version": "1.0.0",
4   "ignore": [
5     "**/.*",
6     "examples",
7     "README.md",
8     "*.txt",
9     "*.html",
10     "prettify.js",
11     "prettify.css",
12     "bower.json"
13   ],
14   "main": ["jquery.bootstrap.wizard.js"],
15   "dependencies": {
16     "jquery" : ">=1.9.1",
17     "bootstrap" : ">=2.3.0 <3.0"
18   }
19 }