Bez popisu
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 559B

123456789101112131415161718192021222324
  1. {
  2. "name": "rpg-cards-server",
  3. "version": "0.0.0",
  4. "description": "Card creation tool (server part)",
  5. "repository": "https://github.com/crobi/rpg-cards",
  6. "main": "js/app.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "start": "node ./server.js"
  10. },
  11. "author": "crobi",
  12. "dependencies": {
  13. "http-server": "*"
  14. },
  15. "devDependencies": {
  16. "typescript": "1.5.x",
  17. "gulp": "*",
  18. "gulp-typescript": "*",
  19. "connect": "3.x",
  20. "serve-static": "*",
  21. "morgan": "*"
  22. },
  23. "license": "BSD-2-Clause"
  24. }