-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
41 lines (41 loc) · 969 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
36
37
38
39
40
41
{
"name": "jquery-wizard-plugin",
"version": "v0.0.7",
"author": "G. Tomaselli <[email protected]>",
"contributors": [],
"homepage": "http://bygiro.com/",
"repository": {
"type": "git",
"url": "git://github.com/bygiro/jquery-wizard-plugin.git"
},
"main": [
"dist/jquery.wizard.js"
],
"licenses": [
{
"type": "MIT"
}
],
"description": "A simple plugin to convert a regular form into a wizard form.",
"peerDependencies": {
"jquery": ">= 1.8.x",
"bootstrap": ">= 2.x"
},
"devDependencies": {
"bower": "^1.3.3",
"gulp": "^3.5.6",
"gulp-bump": "^0.3.0",
"gulp-concat": "^2.2.0",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.1.0",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.2",
"gulp-ng-templates": "0.0.5",
"gulp-rename": "^1.2.0",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^1.1.0",
"gulp-minify-css": "^1.1.0"
},
"dependencies": {
}
}