Skip to content

Commit

Permalink
adding dir info
Browse files Browse the repository at this point in the history
  • Loading branch information
RIAEvangelist committed Jul 30, 2017
1 parent 270bae8 commit 324c66e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "A very simple and fast http server for node, bash, and spawnable from C, Python etc. It is lightweight and great for embedded solutions as well as everyday development or public facing apps.",
"main": "server/http.js",
"directories": {
"example": "example"
"example": "example",
"doc":"docs",
"lib":"server"
},
"engines": {
"node": ">=6.5.0"
Expand Down

0 comments on commit 324c66e

Please sign in to comment.