grunt-external-daemon
Version:
Grunt.js task to launch external background processes
57 lines (56 loc) • 1.24 kB
JSON
{
"name": "grunt-external-daemon",
"description": "Grunt.js task to launch external background processes",
"version": "1.1.0",
"homepage": "https://github.com/jlindsey/grunt-external-daemon",
"author": {
"name": "Josh Lindsey",
"email": "joshua.s.lindsey@gmail.com"
},
"contributors": [
{
"name": "Chase Douglas",
"email": "chasedouglas@gmail.com"
}
],
"license": {
"type": "MIT",
"url": "https://github.com/jlindsey/grunt-external-daemon/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git@github.com:jlindsey/grunt-external-daemon.git"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"underscore": "~> 1.4.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.6",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-nodeunit": "~0.1.2",
"connect": "~2.7.9",
"jquery": "~1.8.3",
"touch": "0.0.2"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"grunt",
"node",
"gruntplugin",
"daemon",
"development",
"process",
"background"
]
}