package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "Elgg",
  3. "description": "Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.",
  4. "dependencies": {},
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/Elgg/Elgg.git"
  8. },
  9. "license": "GPLv2",
  10. "bugs": {
  11. "url": "https://github.com/Elgg/Elgg/issues"
  12. },
  13. "homepage": "https://github.com/Elgg/Elgg",
  14. "scripts": {
  15. "test": "node_modules/karma/bin/karma start js/tests/karma.conf.js --single-run"
  16. },
  17. "devDependencies": {
  18. "elgg-conventional-changelog": "~0.1.2",
  19. "grunt": "~0.4.5",
  20. "grunt-contrib-clean": "~0.6.0",
  21. "grunt-contrib-connect": "~0.9.0",
  22. "grunt-contrib-watch": "~0.6.1",
  23. "grunt-exec": "~0.4.6",
  24. "grunt-open": "~0.2.3",
  25. "karma": "^0.12.32",
  26. "karma-jasmine": "~0.2.0",
  27. "karma-phantomjs-launcher": "~0.1",
  28. "karma-requirejs": "~0.2",
  29. "load-grunt-config": "~0.16.0",
  30. "phantomjs": "~1.9.7-14"
  31. }
  32. }