Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

package.json 556 B

1 rok temu
5 lat temu
5 lat temu
12345678910111213141516171819202122
  1. {
  2. "name": "lesspass-site",
  3. "version": "9.3.4",
  4. "description": "LessPass web site",
  5. "license": "GPL-3.0",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "repository": "lesspass/frontend",
  8. "scripts": {
  9. "build": "rm -rf build && gulp && cp index.html build/index.html",
  10. "start": "NODE_ENV=production node server.js",
  11. "test": "echo 0"
  12. },
  13. "dependencies": {
  14. "express": "^4.17.1",
  15. "lesspass-pure": "^10.0.1"
  16. },
  17. "devDependencies": {
  18. "favicons": "^6.2.1",
  19. "gulp": "^4.0.2",
  20. "gulp-favicons": "^3.0.0"
  21. }
  22. }