-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
74 lines (74 loc) · 1.84 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "jquery-smarttab",
"title": "jQuery Smart Tab",
"version": "v4.0.2",
"description": "The flexible tab control plugin for jQuery",
"author": {
"name": "Dipu Raj",
"email": "hello.techlab@gmail.com",
"url": "http://dipu.me"
},
"homepage": "http://techlaboratory.net/jquery-smarttab",
"license": "MIT",
"contributors": [
{
"name": "Dipu Raj",
"email": "hello.techlab@gmail.com"
}
],
"main": "./dist/js/jquery.smartTab.js",
"style": "./dist/css/smart_tab.css",
"repository": {
"type": "git",
"url": "https://github.com/techlab/jquery-smarttab.git"
},
"bugs": {
"url": "https://github.com/techlab/jquery-smarttab/issues"
},
"keywords": [
"jQuery",
"Tabs",
"Steps",
"Bootstrap",
"Plugin",
"Step",
"ui",
"jquery-plugin"
],
"scripts": {
"start": "gulp build && gulp serve",
"watch": "gulp watch",
"test": "./node_modules/karma/bin/karma start --single-run",
"build": "gulp build",
"clean": "gulp clean",
"lint": "gulp lint"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.10",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cssbeautify": "^3.0.1",
"gulp-dart-sass": "^1.0.2",
"gulp-jasmine": "^4.0.0",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"jasmine-core": "^4.2.0",
"jasmine-jquery": "^2.1.1",
"jshint": "^2.13.4",
"karma": "^6.4.0",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-jquery": "^0.1.1",
"karma-spec-reporter": "0.0.34",
"sass": "^1.53.0",
"uglify-save-license": "^0.4.1"
}
}