package.json 617 B

123456789101112131415161718192021
  1. {
  2. "name": "glagol-web-client",
  3. "version": "0.0.0",
  4. "description": "Boilerplate for single-page browser app with Glagol",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/egasimus/glagol-web-client.git"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "author": "Adam Avramov <fallenblood@example.com> (http://github.com/egasimus)",
  13. "license": "GPL-3.0",
  14. "dependencies": {
  15. "q": "^1.4.1",
  16. "q-connection": "^0.6.1",
  17. "riko-api": "git+https://github.com/egasimus/riko-api.git",
  18. "riko-mvc": "git+https://github.com/egasimus/riko-mvc.git"
  19. }
  20. }