Browse Source

readme, deps

master
Lloyd Brookes 7 years ago
parent
commit
33270b817d
  1. 2
      README.md
  2. 8
      package.json

2
README.md

@ -219,6 +219,8 @@ $ curl http://127.0.0.1:8000/users
}
```
See [the tutorials](https://github.com/lwsjs/local-web-server/wiki#tutorials) for more information and examples about mock responses.
### HTTPS
Launching a secure server is as simple as setting the `--https` flag. [See the wiki](https://github.com/lwsjs/local-web-server/wiki) for further configuration options and a guide on how to get the "green padlock" in your browser.

8
package.json

@ -32,18 +32,18 @@
"repository": "https://github.com/lwsjs/local-web-server",
"author": "Lloyd Brookes <75pound@gmail.com>",
"dependencies": {
"lws": "^1.0.0-pre4.0",
"lws": "^1.0.0",
"lws-blacklist": "^0.2.3",
"lws-body-parser": "^0.2.4",
"lws-compress": "^0.2.1",
"lws-conditional-get": "^0.3.3",
"lws-cors": "^0.3.4",
"lws-cors": "^0.3.5",
"lws-index": "^0.3.3",
"lws-json": "^0.3.2",
"lws-log": "^0.3.2",
"lws-mime": "^0.2.2",
"lws-mock-response": "^0.4.2",
"lws-request-monitor": "^0.1.4",
"lws-mock-response": "^0.4.5",
"lws-request-monitor": "^0.1.5",
"lws-rewrite": "^0.3.6",
"lws-spa": "^0.2.3",
"lws-static": "^0.4.1"

Loading…
Cancel
Save