package.json 631 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "funeral",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "gulpfile.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/Pavel-Tymoshchuk/funeral-services.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/Pavel-Tymoshchuk/funeral-services/issues"
  17. },
  18. "homepage": "https://github.com/Pavel-Tymoshchuk/funeral-services#readme",
  19. "devDependencies": {
  20. "browser-sync": "^2.26.7",
  21. "gulp": "^3.9.1",
  22. "gulp-autoprefixer": "^7.0.1",
  23. "gulp-less": "^4.0.1"
  24. }
  25. }