| 1 |
{ |
| 2 |
"name": "gianism", |
| 3 |
"version": "4.0.0", |
| 4 |
"description": "Gianism Gulp Tasks", |
| 5 |
"main": "gulpfile.js", |
| 6 |
"scripts": { |
| 7 |
"test": "echo \"Error: no test specified\" && exit 1", |
| 8 |
"start": "gulp build && gulp watch", |
| 9 |
"watch": "gulp watch", |
| 10 |
"package": "gulp build", |
| 11 |
"gulp": "gulp" |
| 12 |
}, |
| 13 |
"author": "Hametuha inc.", |
| 14 |
"license": "GPL-2.0", |
| 15 |
"devDependencies": { |
| 16 |
"event-stream": "^4.0.1", |
| 17 |
"gulp": "^4.0.2", |
| 18 |
"gulp-autoprefixer": "^7.0.1", |
| 19 |
"gulp-concat": "^2.6.0", |
| 20 |
"gulp-imagemin": "^7.1.0", |
| 21 |
"gulp-jshint": "^2.0.2", |
| 22 |
"gulp-load-plugins": "^2.0.3", |
| 23 |
"gulp-notify": "^3.2.0", |
| 24 |
"gulp-plumber": "^1.2.1", |
| 25 |
"gulp-sass": "^4.1.0", |
| 26 |
"gulp-sass-glob": "^1.1.0", |
| 27 |
"gulp-sourcemaps": "^2.6.5", |
| 28 |
"gulp-uglify": "^3.0.0", |
| 29 |
"imagemin-pngquant": "^8.0.0", |
| 30 |
"js-cookie": "^2.2.1", |
| 31 |
"jshint": "^2.11.0", |
| 32 |
"jshint-stylish": "^2.2.1", |
| 33 |
"merge-stream": "^2.0.0" |
| 34 |
}, |
| 35 |
"repository": { |
| 36 |
"type": "git", |
| 37 |
"url": "git+https://github.com/fumikito/Gianism.git" |
| 38 |
}, |
| 39 |
"keywords": [ |
| 40 |
"sns", |
| 41 |
"wordpress" |
| 42 |
], |
| 43 |
"bugs": { |
| 44 |
"url": "https://github.com/fumikito/Gianism/issues" |
| 45 |
}, |
| 46 |
"homepage": "https://github.com/fumikito/Gianism#readme" |
| 47 |
} |
| 48 |
|