|
|
|
@ -4,7 +4,8 @@
@@ -4,7 +4,8 @@
|
|
|
|
|
"description": "node.js hello world", |
|
|
|
|
"main": "app.js", |
|
|
|
|
"scripts": { |
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1", |
|
|
|
|
"build": "node app.js" |
|
|
|
|
}, |
|
|
|
|
"repository": { |
|
|
|
|
"type": "git", |
|
|
|
|