initial commit

This commit is contained in:
Marco Bettiolo 2014-05-16 00:42:42 +01:00
parent 1b190226f0
commit ad459668db
3 changed files with 108 additions and 0 deletions

29
package.json Normal file
View file

@ -0,0 +1,29 @@
{
"name": "node-echo",
"version": "0.0.1",
"description": "node-echo",
"main": "server.js",
"dependencies": {
"nodemon": "^1.0.19"
},
"engine": {
"node": "*",
"npm": "*"
},
"scripts": {
"start": "nodemon --ignore node_modules/ server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bettiolo/node-echo.git"
},
"keywords": [
"Echo"
],
"author": "Marco Bettiolo <marco@bettiolo.it>",
"license": "",
"bugs": {
"url": "https://github.com/bettiolo/node-echo/issues"
},
"homepage": "http://apilb.com"
}