npm package

This commit is contained in:
remy
2010-10-05 08:27:46 +01:00
parent dbf89da15c
commit 2cb966d534

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "nodemon",
"homepage": "http://github.com/remy/nodemon",
"author": {
"name": "Remy Sharp",
"url": "http://github.com/remy"
},
"bin": { "nodemon" : "./nodemon" },
"repository": { "type" : "git", "url" : "http://github.com/remy/nodemon.git" },
"description": "Simple monitor script for use during development of a node.js app.",
"keywords": ["monitor", "development", "restart", "autoload", "reload", "terminal"],
"version": "0.1.2",
"main": "./nodemon"
}