Files
archived-nodemon/package.json
Remy Sharp 565f59d334 0.9.3
2013-10-30 19:51:03 +00:00

46 lines
943 B
JSON

{
"name": "nodemon",
"homepage": "http://github.com/remy/nodemon",
"author": {
"name": "Remy Sharp",
"url": "http://github.com/remy"
},
"bin": {
"nodemon": "./bin/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.9.3",
"preferGlobal": "true",
"licenses": [
{
"type": "MIT",
"url": "http://rem.mit-license.org"
}
],
"://main": "./bin/nodemon.js",
"main": "./test/fixtures/app.js",
"scripts": {
"test": "mocha --ui bdd --reporter spec test/**/*.test.js"
},
"devDependencies": {
"connect": "*",
"mocha": "~1.12.0",
"should": "~1.2.2"
},
"dependencies": {
"update-notifier": "~0.1.5"
}
}