package.json 819 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "trumbowyg-github-page",
  3. "title": "Trumbowyg GitHub Page",
  4. "description": "GitHub page of Trumbowyg",
  5. "homepage": "http://alex-d.github.io/Trumbowyg",
  6. "private": true,
  7. "author": {
  8. "name": "Alexandre Demode (Alex-D)",
  9. "email": "contact@alex-d.fr",
  10. "url": "http://alex-d.fr"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/Alex-D/Trumbowyg.git"
  15. },
  16. "bugs": {
  17. "url": "https://github.com/Alex-D/Trumbowyg/issues"
  18. },
  19. "license": "MIT",
  20. "devDependencies": {
  21. "gulp": "^3.9.1",
  22. "gulp-autoprefixer": "^4.0.0",
  23. "gulp-clean-css": "^3.7.0",
  24. "gulp-livereload": "^3.8.1",
  25. "gulp-load-plugins": "^1.5.0",
  26. "gulp-sass": "^3.1.0"
  27. },
  28. "scripts": {
  29. "build": "npm install && gulp build",
  30. "start": "gulp",
  31. "test": "gulp test"
  32. }
  33. }