RSS Git Download  Clone
Raw Blame History
{
  "name": "grunt-express-server",
  "description": "Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde",
  "version": "0.4.16",
  "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": "^4.0.0",
    "grunt": "~0.4.0",
    "grunt-cli": "^0.1.6",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-jshint": "^0.7.2",
    "grunt-contrib-nodeunit": "^0.2.2",
    "grunt-contrib-watch": "^0.5.3"
  },
  "peerDependencies": {
    "grunt": "~0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "express",
    "server"
  ]
}