grunt-develop
Version:
Run a Node.js application for development, with support for auto-reload.
67 lines (66 loc) • 1.45 kB
JSON
{
"name": "grunt-develop",
"description": "Run a Node.js application for development, with support for auto-reload.",
"version": "0.4.0",
"homepage": "https://github.com/edwardhotchkiss/grunt-develop",
"author": {
"name": "Edward Hotchkiss",
"email": "edward@edwardhotchkiss.com"
},
"contributors": [
{
"name": "Edward Hotchkiss",
"email": "edward@edwardhotchkiss.com"
},
{
"name": "Oliver Joseph Ash",
"email": "oliverjash@icloud.com"
},
{
"name": "Jean Lauliac",
"email": "jean@lauliac.com"
},
{
"name": "Cagdas Bayram",
"email": "cagdasb@gmail.com"
},
{
"name": "Adam Draper",
"email": "https://github.com/adamwdraper"
},
{
"name": "Luan Muniz",
"email": "luan@luanmuniz.com.br"
}
],
"repository": {
"type": "git",
"url": "git://github.com/edwardhotchkiss/grunt-develop.git"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {},
"devDependencies": {
"grunt-contrib-jshint": ">= 0.6.4",
"grunt-contrib-nodeunit": ">= 0.2.1",
"grunt-contrib-watch": ">= 0.5.3"
},
"peerDependencies": {
"grunt": ">=0.4.1"
},
"scripts": {
"test": "grunt nodeunit"
},
"keywords": [
"grunt",
"node",
"server",
"development",
"gruntplugin",
"express"
],
"bugs": {
"url": "https://github.com/edwardhotchkiss/grunt-develop/issues"
}
}