package.json 883 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "glagol-web",
  3. "version": "0.4.0",
  4. "description": "Client-side loader and web server to use with [Glagol](https://github.com/egasimus/glagol).",
  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. "browserify": "^12.0.1",
  17. "browserify-incremental-plugin": "https://github.com/egasimus/browserify-incremental-plugin",
  18. "detective": "^4.3.1",
  19. "eslisp": "^0.7.2",
  20. "eslisp-camelify": "^0.2.0",
  21. "eslisp-dotify": "^0.1.3",
  22. "eslisp-propertify": "^0.2.0",
  23. "resolve": "^1.1.6",
  24. "send-data": "^8.0.0",
  25. "shortid": "^2.2.4",
  26. "ws": "^1.0.1"
  27. }
  28. }