Old ngn4 website
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.

19 lines
422 B

8 years ago
8 years ago
  1. {
  2. "name": "ngn4-server",
  3. "version": "0.1.0",
  4. "description": "HTTP server frontent for ngn4",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Gisle",
  10. "license": "MIT",
  11. "dependencies": {
  12. "compression": "^1.6.1",
  13. "cookie-parser": "^1.4.1",
  14. "express": "^4.13.3",
  15. "jsonpack": "^1.1.4",
  16. "morgan": "^1.7.0",
  17. "ngn4": "0.x.x"
  18. }
  19. }