initial
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
node_modules
|
12
package.json
Normal file
12
package.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "web-server",
|
||||
"version": "0.1.0",
|
||||
"description": "Local web server",
|
||||
"main": "index.js",
|
||||
"repository": "",
|
||||
"author": "",
|
||||
"license": "BSD",
|
||||
"dependencies": {
|
||||
"connect": "~2.7.11"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user