Early work on Mapp, will move to Github or Gitlab if something becomes of it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
672 B

5 years ago
  1. {
  2. "name": "mapp-board",
  3. "version": "0.1.0",
  4. "description": "A canvas battle map like thing.",
  5. "main": "dist/mapp-board-cjs.js",
  6. "module": "src/index.js",
  7. "scripts": {
  8. "dev": "node ./dev-server/server.js",
  9. "build-prod": "NODE_ENV=production webpack .",
  10. "build": "webpack .",
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "keywords": [
  14. "map",
  15. "mapp",
  16. "battlemat",
  17. "rp",
  18. "rpg"
  19. ],
  20. "author": "Gisle",
  21. "license": "ISC",
  22. "devDependencies": {
  23. "@types/fabric": "^1.5.48",
  24. "express": "^4.16.4",
  25. "webpack": "^4.28.2",
  26. "webpack-cli": "^3.1.2"
  27. },
  28. "dependencies": {
  29. "fabric": "^2.4.6"
  30. }
  31. }