UNPKG

gulp-web-start

Version:
37 lines (36 loc) 867 B
{ "name": "gulp-web-start", "version": "2.1.0", "description": "Util for starting static web applications", "main": "./bin/js/index.js", "types": "./bin/dts/index.d.ts", "scripts": { "prepare": "gulp rebuild" }, "repository": { "type": "git", "url": "git+https://github.com/Christoph89/gulp-web-start.git" }, "keywords": [ "Gulp", "Web", "Application", "Server", "Start" ], "author": "Christoph89", "license": "ISC", "bugs": { "url": "https://github.com/Christoph89/gulp-web-start/issues" }, "homepage": "https://github.com/Christoph89/gulp-web-start#readme", "dependencies": { "@types/connect": "^3.4.32", "@types/serve-static": "^1.13.3", "@types/yargs": "^13.0.2", "connect": "^3.7.0", "gulp-web-build": "^3.2.2", "serve-static": "^1.14.1", "yargs": "^14.0.0" } }