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.

11 lines
186 B

7 years ago
  1. {
  2. "name": "angular-socket-io",
  3. "version": "0.7.0",
  4. "main": "socket.js",
  5. "dependencies": {
  6. "angular": "^1.2.6"
  7. },
  8. "devDependencies": {
  9. "angular-mocks": "^1.2.6"
  10. }
  11. }