{
"name": "grunt-express-server",
"description": "Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde",
"version": "0.4.5",
"homepage": "https://github.com/ericclemmons/grunt-express-server",
"author": {
"name": "Eric Clemmons",
"email": "eric@smarterspam.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ericclemmons/grunt-express-server.git"
},
"bugs": {
"url": "https://github.com/ericclemmons/grunt-express-server/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ericclemmons/grunt-express-server/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt"
},
"devDependencies": {
"coffee-script": "1.6.3",
"express": "~3.2.4",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"express",
"server"
]
}