-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
51 lines (51 loc) · 1.24 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
{
"name": "gianism",
"version": "4.0.0",
"description": "Gianism Gulp Tasks",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp build && gulp watch",
"watch": "gulp watch",
"package": "gulp build",
"gulp": "gulp",
"lint": "gulp jshint"
},
"author": "Hametuha inc.",
"license": "GPL-2.0",
"devDependencies": {
"event-stream": "^4.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.0.2",
"gulp-load-plugins": "^2.0.3",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.0",
"imagemin-pngquant": "^8.0.0",
"js-cookie": "^3.0.5",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1",
"merge-stream": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fumikito/Gianism.git"
},
"keywords": [
"sns",
"wordpress"
],
"bugs": {
"url": "https://github.com/fumikito/Gianism/issues"
},
"homepage": "https://github.com/fumikito/Gianism#readme",
"volta": {
"node": "14.21.3"
}
}