package.json 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "glagol-web",
  3. "version": "0.4.1",
  4. "description": "All-in-one Web app pipeline with server, bundler, and client-side loader, for use with Glagol. Deprecated in favor of separate modules.",
  5. "main": "index.js",
  6. "browser": "./browser/index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "Adam Avramov <fallenblood@example.com> (http://github.com/egasimus)",
  11. "license": "GPL-3.0",
  12. "peerDependencies": {
  13. "glagol": "git://github.com/egasimus/glagol.git"
  14. },
  15. "dependencies": {
  16. "browser-resolve": "^1.11.1",
  17. "browserify": "^12.0.1",
  18. "browserify-incremental-plugin": "https://github.com/egasimus/browserify-incremental-plugin",
  19. "detective": "^4.3.1",
  20. "eslisp": "^0.7.2",
  21. "eslisp-camelify": "^0.2.0",
  22. "eslisp-dotify": "^0.1.3",
  23. "eslisp-propertify": "^0.2.0",
  24. "glagol-eslisp": "https://github.com/egasimus/glagol-eslisp",
  25. "resolve": "^1.1.6",
  26. "send-data": "^8.0.0",
  27. "shortid": "^2.2.4",
  28. "ws": "^1.0.1"
  29. }
  30. }