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

{
"name": "ngn4-server",
"version": "0.1.0",
"description": "HTTP server frontent for ngn4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gisle",
"license": "MIT",
"dependencies": {
"compression": "^1.6.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.3",
"jsonpack": "^1.1.4",
"morgan": "^1.7.0",
"ngn4": "0.x.x"
}
}