grunt-http-server
Version:
Grunt static http server task
56 lines (55 loc) • 1.07 kB
JSON
{
"name": "grunt-http-server",
"description": "Grunt static http server task ",
"version": "2.1.0",
"homepage": "http://divhide.com",
"author": {
"name": "Oscar Brito",
"url": "http://divhide.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/divhide/node-grunt-http-server.git"
},
"bugs": {
"url": "https://github.com/divhide/node-grunt-http-server/issues"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"divhide": "2.0.1",
"http-server": "0.11.1",
"lodash": "4.17.5",
"opener": "1.4.3",
"showdown": "1.8.6"
},
"devDependencies": {
"grunt": "1.0.2",
"grunt-cli": "*",
"grunt-bump": "0.8.0",
"load-grunt-tasks": "3.5.2"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"grunt",
"gruntplugin",
"http-server",
"http",
"https",
"server",
"web",
"web-server",
"static",
"files"
],
"contributors": [
{
"name": "Oscar Brito",
"url": "http://divhide.com"
}
]
}