Files
archived-nodemon/package.json
Remy Sharp 4e361d64b1 bump
2013-04-03 10:59:00 +01:00

20 lines
638 B
JSON

{
"name": "nodemon",
"homepage": "http://github.com/remy/nodemon",
"author": {
"name": "Remy Sharp",
"url": "http://github.com/remy"
},
"bin": { "nodemon" : "./nodemon.js" },
"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.7.6",
"preferGlobal" : "true",
"licenses": [{
"type": "MIT",
"url": "http://rem.mit-license.org"
}],
"main": "./nodemon"
}