package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "chain4all-frontend",
  3. "version": "0.1.0",
  4. "description": "HSLayers-NG application",
  5. "main": "build/index.html",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "ng": "ng",
  11. "build": "ng build --configuration production",
  12. "dev": "ng serve --configuration production --disable-host-check",
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/jmacura/template-hslayers.git"
  18. },
  19. "keywords": [
  20. "map",
  21. "hslayers-ng"
  22. ],
  23. "author": "Plan4All",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/jmacura/template-hslayers/issues"
  27. },
  28. "homepage": "https://github.com/jmacura/template-hslayers/README.md",
  29. "dependencies": {
  30. "crypto-browserify": "^3.12.0",
  31. "hslayers-ng": "^7.0.3",
  32. "iroha-helpers": "^1.3.0",
  33. "path-browserify": "^1.0.1"
  34. },
  35. "devDependencies": {
  36. "@angular-builders/custom-webpack": "^12.1.3",
  37. "@angular-devkit/build-angular": "^12.2.13",
  38. "@angular/cli": "^12.2.13",
  39. "@types/karma-jasmine": "^4.0.2",
  40. "karma-jasmine": "^4.0.1"
  41. },
  42. "browser": {
  43. "fs": false
  44. }
  45. }