forked from bygiro/jQuery-Wizard
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1022 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-builder",
"version": "v0.5.0",
"author": "J. Colombo @webdevil",
"contributors": [],
"homepage": "http://www.joelcolombo.com/",
"repository": {
"type": "git",
"url": "git://github.com/jcolombo/jquery-wizard-builder.git"
},
"main": [
"dist/jquery.wizard-builder.js",
"dist/jquery.wizard-builder.min.js"
],
"licenses": [
{
"type": "MIT"
}
],
"description": "A simple plugin to convert content into a step-by-step wizard.",
"peerDependencies": {
"jquery": ">= 2.2.x",
"bootstrap": ">= 3.x"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-clean-css": "^2.0.4",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-git": "^1.7.0",
"gulp-clean-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-templates": "0.0.6",
"gulp-rename": "^1.2.2",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.5.3"
},
"dependencies": {}
}