49 lines
1004 B
JSON
49 lines
1004 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": "git://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.6.23",
|
|
"preferGlobal": "true",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://rem.mit-license.org"
|
|
}
|
|
],
|
|
"main": "./nodemon",
|
|
"_id": "nodemon@0.6.23",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.4",
|
|
"_nodeVersion": "v0.6.12",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "d2693171a4ec5d086c331bb9ab64b46518d9d539"
|
|
},
|
|
"_from": "nodemon"
|
|
}
|