mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
npm package
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user