暫無描述
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.

package.json 702B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "rpg-cards",
  3. "version": "1.0.0",
  4. "description": "RPG card generator",
  5. "main": "generator/generate.html",
  6. "devDependencies": {
  7. "fs-extra": "^3.0.0",
  8. "mv": "^2.1.1",
  9. "promise-streams": "^1.0.1",
  10. "request": "^2.81.0",
  11. "request-promise-native": "^1.0.3",
  12. "unzip": "^0.1.11",
  13. "walk": "^2.3.9"
  14. },
  15. "scripts": {
  16. "test": "echo \"Error: no test specified\" && exit 1"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/crobi/rpg-cards.git"
  21. },
  22. "author": "Robert Autenrieth",
  23. "license": "ISC",
  24. "bugs": {
  25. "url": "https://github.com/crobi/rpg-cards/issues"
  26. },
  27. "homepage": "https://github.com/crobi/rpg-cards#readme"
  28. }