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.

23 lines
525 B

7 years ago
  1. {
  2. "name": "angular-socket-io",
  3. "version": "0.7.0",
  4. "main": "socket.js",
  5. "directories": {
  6. "test": "test"
  7. },
  8. "scripts": {
  9. "test": "./node_modules/.bin/karma start --browsers Firefox --single-run"
  10. },
  11. "author": "Brian Ford",
  12. "license": "MIT",
  13. "devDependencies": {
  14. "angular": "^1.3.5",
  15. "angular-mocks": "^1.3.5",
  16. "gulp": "^3.8.10",
  17. "gulp-rename": "~1.2.0",
  18. "gulp-uglify": "~0.2.1",
  19. "karma": "~0.10.2",
  20. "karma-firefox-launcher": "~0.1.0",
  21. "karma-jasmine": "~0.1.3"
  22. }
  23. }