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

12345678910111213141516
  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 ./node_modules/http-server/bin/http-server ../client -o"
  10. },
  11. "author": "crobi",
  12. "dependencies": {
  13. "http-server": "*"
  14. },
  15. "license": "BSD-2-Clause"
  16. }