32 lines
632 B
JSON
32 lines
632 B
JSON
{
|
|
"name": "node-echo",
|
|
"version": "0.0.1",
|
|
"description": "node-echo",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "*"
|
|
},
|
|
"engine": {
|
|
"node": "*",
|
|
"npm": "*"
|
|
},
|
|
"scripts": {
|
|
"dev": "nodemon --ignore node_modules/ server.js",
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/bettiolo/node-echo.git"
|
|
},
|
|
"keywords": [
|
|
"Echo"
|
|
],
|
|
"author": "Marco Bettiolo <marco@bettiolo.it>",
|
|
"license": "",
|
|
"bugs": {
|
|
"url": "http://github.com/bettiolo/node-echo/issues"
|
|
},
|
|
"homepage": "http://apilb.com"
|
|
}
|