UNPKG

1.9 kBJSONView Raw
1{
2 "name": "smartwizard",
3 "title": "jQuery Smart Wizard",
4 "version": "v5.1.1",
5 "author": {
6 "name": "Dipu Raj",
7 "email": "hello.techlab@gmail.com",
8 "url": "http://dipu.me"
9 },
10 "description": "The awesome jQuery step wizard plugin",
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 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.8.3",
50 "@babel/preset-env": "^7.8.3",
51 "autoprefixer": "^9.7.4",
52 "browser-sync": "^2.26.7",
53 "del": "^5.1.0",
54 "gulp": "^4.0.2",
55 "gulp-babel": "^8.0.0",
56 "gulp-clean-css": "^4.2.0",
57 "gulp-cssbeautify": "^2.0.1",
58 "gulp-jasmine": "^4.0.0",
59 "gulp-jshint": "^2.1.0",
60 "gulp-postcss": "^8.0.0",
61 "gulp-rename": "^2.0.0",
62 "gulp-sass": "^4.0.2",
63 "gulp-uglify": "^3.0.2",
64 "jasmine-core": "^3.5.0",
65 "jasmine-jquery": "^2.1.1",
66 "jshint": "^2.11.0",
67 "karma": "^4.4.1",
68 "karma-chrome-launcher": "^3.1.0",
69 "karma-jasmine": "^3.1.0",
70 "karma-jasmine-jquery": "^0.1.1",
71 "karma-spec-reporter": "0.0.32",
72 "node-sass": "^4.13.1",
73 "uglify-save-license": "^0.4.1"
74 },
75 "dependencies": {}
76}