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.

21 lines
462 B

  1. {
  2. "name": "virl-scheduler",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "dependencies": {
  7. "bower": "^1.8.0"
  8. },
  9. "devDependencies": {},
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1",
  12. "server": "php -S localhost:8888 -t ../"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://gogs.informatik.hs-fulda.de/pbug/virl-scheduler.git"
  17. },
  18. "keywords": [],
  19. "author": "",
  20. "license": "ISC"
  21. }