UNPKG

1.92 kBJSONView Raw
1{
2 "name": "smartwizard",
3 "title": "jQuery Smart Wizard",
4 "version": "6.0.5",
5 "author": {
6 "name": "Dipu Raj",
7 "email": "hello.techlab@gmail.com",
8 "url": "http://dipu.me"
9 },
10 "description": "The awesome step wizard plugin for jQuery",
11 "homepage": "http://techlaboratory.net/jquery-smartwizard",
12 "license": "MIT",
13 "contributors": [
14 {
15 "name": "Dipu Raj",
16 "email": "hello.techlab@gmail.com"
17 }
18 ],
19 "main": "./dist/js/jquery.smartWizard.js",
20 "style": "./dist/css/smart_wizard.css",
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/techlab/jquery-smartwizard.git"
24 },
25 "bugs": {
26 "url": "https://github.com/techlab/jquery-smartwizard/issues"
27 },
28 "keywords": [
29 "jQuery",
30 "Wizard",
31 "Tabs",
32 "Steps",
33 "Bootstrap",
34 "Plugin",
35 "Step",
36 "ui",
37 "jquery-plugin",
38 "Tabs"
39 ],
40 "scripts": {
41 "start": "gulp build && gulp serve",
42 "watch": "gulp watch",
43 "test": "./node_modules/karma/bin/karma start --single-run",
44 "build": "gulp build",
45 "clean": "gulp clean",
46 "lint": "gulp lint"
47 },
48 "devDependencies": {
49 "@babel/core": "^7.18.5",
50 "@babel/preset-env": "^7.18.2",
51 "autoprefixer": "^10.4.7",
52 "browser-sync": "^2.27.10",
53 "del": "^6.1.1",
54 "gulp": "^4.0.2",
55 "gulp-babel": "^8.0.0",
56 "gulp-clean-css": "^4.3.0",
57 "gulp-cssbeautify": "^3.0.1",
58 "gulp-dart-sass": "^1.0.2",
59 "gulp-jasmine": "^4.0.0",
60 "gulp-jshint": "^2.1.0",
61 "gulp-postcss": "^9.0.1",
62 "gulp-rename": "^2.0.0",
63 "gulp-sass": "^5.1.0",
64 "gulp-uglify": "^3.0.2",
65 "jasmine-core": "^4.2.0",
66 "jasmine-jquery": "^2.1.1",
67 "jshint": "^2.13.4",
68 "karma": "^6.4.0",
69 "karma-chrome-launcher": "^3.1.1",
70 "karma-jasmine": "^5.1.0",
71 "karma-jasmine-jquery": "^0.1.1",
72 "karma-spec-reporter": "0.0.34",
73 "sass": "^1.53.0",
74 "uglify-save-license": "^0.4.1"
75 }
76}