Files
2026-03-20 17:13:38 +01:00

34 lines
798 B
JSON

{
"name": "trumbowyg-github-page",
"title": "Trumbowyg GitHub Page",
"description": "GitHub page of Trumbowyg",
"homepage": "http://alex-d.github.io/Trumbowyg",
"private": true,
"author": {
"name": "Alexandre Demode (Alex-D)",
"email": "contact@alex-d.fr",
"url": "http://alex-d.fr"
},
"repository": {
"type": "git",
"url": "https://github.com/Alex-D/Trumbowyg.git"
},
"bugs": {
"url": "https://github.com/Alex-D/Trumbowyg/issues"
},
"license": "MIT",
"devDependencies": {
"gulp": "3.9.1",
"gulp-autoprefixer": "6.0.0",
"gulp-clean-css": "3.7.0",
"gulp-livereload": "4.0.1",
"gulp-load-plugins": "1.5.0",
"gulp-sass": "4.0.2"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "gulp test"
}
}