package.json 443 B

12345678910111213141516171819
  1. {
  2. "name": "h0v1n8-website-env",
  3. "version": "1.0.0",
  4. "description": "Django project, without virtual environment.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "ssh://h0v1n8.nl:/srv/git/h0v1n8-website.git"
  12. },
  13. "author": "tBKwtWS",
  14. "license": "ISC",
  15. "dependencies": {
  16. "chart.js": "^2.9.3",
  17. "fomantic-ui": "^2.7.8"
  18. }
  19. }