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.

26 lines
488 B

  1. {
  2. "name": "virl-scheduler",
  3. "description": "",
  4. "main": "index.js",
  5. "authors": [
  6. "patrick.bug@informatik.hs-fulda.de"
  7. ],
  8. "license": "GNU",
  9. "homepage": "",
  10. "private": true,
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "test",
  16. "tests"
  17. ],
  18. "dependencies": {
  19. "angular-route": "^1.6.1",
  20. "restangular": "^1.6.0",
  21. "angular-bootstrap": "^2.4.0",
  22. "moment": "^2.17.1",
  23. "bootstrap": "^3.3.7",
  24. "angular": "^1.6.1"
  25. }
  26. }