-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.61 KB
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
{
"name": "@absolute-plugins/progressbar",
"version": "1.0.0",
"description": "Absolute ProgressBar a simple lightweight yet configurable jQuery progress bar plugin.",
"main": "dist/progressbar.js",
"scripts": {
"build": "gulp build",
"watch": "gulp watch",
"test": "run-p eslint stylelint",
"eslint": "eslint src/js",
"stylelint": "stylelint \"./src/scss/**/*.scss\"",
"jest": "jest src/js --coverage --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbsolutePlugins/absolute-progressbar.git"
},
"keywords": [
"progress",
"progressBar",
"progress-bar",
"jquery-progress-bar"
],
"author": "AbsolutePlugins",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/AbsolutePlugins/absolute-progressbar/issues"
},
"homepage": "https://github.com/AbsolutePlugins/absolute-progressbar#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-destructuring": "^7.14.7",
"@babel/preset-env": "^7.15.4",
"@mr-hope/gulp-sass": "^2.0.0",
"@wordpress/browserslist-config": "^4.1.0",
"browserslist": "^4.17.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-eslint": "^6.0.0",
"gulp-mode": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"npm-run-all": "^4.1.5",
"stylelint": "^13.13.1",
"stylelint-config-wordpress": "^17.0.0",
"stylelint-scss": "^3.19.0"
},
"engines": {
"node": "*"
},
"files": [
"src",
"dist"
]
}