Skip to content

Commit e73e7b7

Browse files
committed
package.json
1 parent d5498c9 commit e73e7b7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "node-http-server",
3+
"version": "0.0.1",
4+
"description": "Simple http server",
5+
"main": "server.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"start": "node server.js"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/dpsxp/node-http-server.git"
13+
},
14+
"keywords": [
15+
"HTTP",
16+
"server"
17+
],
18+
"author": "Daniel Paulino",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/dpsxp/node-http-server/issues"
22+
},
23+
"homepage": "https://github.com/dpsxp/node-http-server"
24+
}

0 commit comments

Comments
 (0)