2014-05-15 23:42:42 +00:00
|
|
|
{
|
|
|
|
"name": "node-echo",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "node-echo",
|
|
|
|
"main": "server.js",
|
|
|
|
"dependencies": {
|
2014-05-19 22:13:31 +00:00
|
|
|
"nodemon": "*"
|
2014-05-15 23:42:42 +00:00
|
|
|
},
|
|
|
|
"engine": {
|
|
|
|
"node": "*",
|
|
|
|
"npm": "*"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "nodemon --ignore node_modules/ server.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2014-05-19 22:13:31 +00:00
|
|
|
"url": "http://github.com/bettiolo/node-echo.git"
|
2014-05-15 23:42:42 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Echo"
|
|
|
|
],
|
|
|
|
"author": "Marco Bettiolo <marco@bettiolo.it>",
|
|
|
|
"license": "",
|
|
|
|
"bugs": {
|
2014-05-19 22:13:31 +00:00
|
|
|
"url": "http://github.com/bettiolo/node-echo/issues"
|
2014-05-15 23:42:42 +00:00
|
|
|
},
|
|
|
|
"homepage": "http://apilb.com"
|
|
|
|
}
|