-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "sekrab-gulpbin",
"version": "4.1.3",
"description": "sekrab gulp tasks shared amongst shut cricket and other libs",
"main": "gulpfile.js/index.js",
"dependencies": {
"browserslist": ">=4.23.3",
"glob-parent": "^6.0.2",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-inject": "^5.0.5",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-uglify": "^3.0.2",
"minimist": "^1.2.8",
"tslib": "^2.7.0"
},
"scripts": {
"public": "npm publish --access public",
"install": "npm install --save gulp gulp-autoprefixer gulp-concat gulp-clean-css gulp-inject gulp-less gulp-rename gulp-transform gulp-uglify gulp-replace gulp-if minimist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ayyash/gulpbin.git"
},
"keywords": [
"gulp",
"shut"
],
"author": "Ayyash",
"license": "ISC",
"bugs": {
"url": "https://github.com/ayyash/gulpbin/issues"
},
"homepage": "https://github.com/ayyash/gulpbin#readme"
}