-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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
{
"name": "php-gd-image-processing",
"version": "0.0.0",
"description": "Create and manipulate image files with PHP and the GD library of images.",
"keywords": [
"lando",
"node",
"npm",
"yarn",
"gulp-v4",
"stylelint",
"jshint",
"bootstrap",
"popper",
"sass",
"css3"
],
"homepage": "https://www.jjpeleato.com/",
"author": "@jjpeleato",
"license": "GPL-2.0",
"main": "gulpfile.babel.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp:dev": "gulp",
"gulp:prod": "env NODE_ENV=production gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjpeleato/php-gd-image-processing.git"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"autoprefixer": "^9.6.1",
"browser-sync": "^2.26.7",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylelint": "^8.0.0",
"gulp-terser": "^1.2.0",
"gulp-uglifycss": "^1.1.0",
"gulp-util": "^3.0.8",
"jshint": "^2.10.2",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.9.2"
},
"dependencies": {
"normalize.css": "^8.0.1"
}
}