package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "etude-demo",
  3. "version": "0.0.0",
  4. "description": "",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/egasimus/etude-demo.git"
  8. },
  9. "main": "index.js",
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "author": "Adam Avramov <fallenblood@example.com> (http://github.com/egasimus)",
  14. "license": "GPL-3.0",
  15. "dependencies": {
  16. "dbus-native": "^0.2.0",
  17. "eslisp-camelify": "^0.2.0",
  18. "eslisp-dotify": "^0.1.2",
  19. "eslisp-propertify": "^0.2.0",
  20. "eventemitter2": "^0.4.14",
  21. "freeport": "^1.0.5",
  22. "glagol": "git://github.com/egasimus/glagol.git",
  23. "glagol-eslisp": "git://github.com/egasimus/glagol-eslisp.git",
  24. "glagol-stylus": "git://github.com/egasimus/glagol-stylus.git",
  25. "glagol-web": "git://github.com/egasimus/glagol-web.git",
  26. "glob": "^6.0.0",
  27. "nanotimer": "^0.3.12",
  28. "observ": "^0.2.0",
  29. "observ-array": "^3.2.1",
  30. "observ-struct": "^6.0.0",
  31. "osc": "^2.0.1",
  32. "q": "^1.4.1",
  33. "q-connection": "^0.6.1",
  34. "resolve": "^1.1.6",
  35. "riko-mvc": "git://github.com/egasimus/riko-mvc.git",
  36. "riko-api": "git://github.com/egasimus/riko-api.git",
  37. "send-data": "^8.0.0",
  38. "shortid": "^2.2.4",
  39. "virtual-dom": "^2.1.1",
  40. "ws": "^1.0.1"
  41. },
  42. "devDependencies": {
  43. "sleep": "^3.0.0"
  44. }
  45. }