package.json 436 B

123456789101112131415161718192021
  1. {
  2. "name": "igeom",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "bootstrap": "^4.3.1",
  8. "jquery": "^3.4.1",
  9. "konva": "^3.4.0"
  10. },
  11. "devDependencies": {},
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "http://200.144.254.107/git/victordomingues/poc-igeom.git"
  18. },
  19. "author": "",
  20. "license": "ISC"
  21. }