Add support for SVR.JS utility updates.
[create-svrjs-server.git] / package.json
blob86c43438798e5ba537a9dba0e42ec8145a06c34f
2   "name": "svrjs",
3   "version": "3.6.4-stub1",
4   "description": "A web server running on Node.JS",
5   "main": "index.js",
6   "scripts": {
7     "test": "echo \"Error: no test specified\" && exit 1"
8   },
9   "repository": {
10     "type": "git",
11     "url": "https://git.svrjs.org/git/svrjs.git"
12   },
13   "keywords": [
14     "web",
15     "server",
16     "http",
17     "http2",
18     "js",
19     "javascript"
20   ],
21   "homepage": "https://svrjs.org",
22   "author": "DorianTech S.A.",
23   "engines": {
24     "node": ">= 8"
25   },
26   "bin": {
27     "create-svrjs-server": "./downloader.js"
28   },
29   "script": {
30     "postinstall": "node warn.js"
31   },
32   "license": "MIT",
33   "dependencies": {
34     "zip": "^1.2.0"
35   }