@jeli/dev-cli
Version:
Jeli cli devtool
42 lines (41 loc) • 878 B
JSON
{
"name": "@jeli/dev-cli",
"version": "1.0.3",
"description": "Jeli cli devtool",
"main": "index.js",
"files": [
"*.js",
"lib"
],
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"jeli",
"cli-dev",
"jeli-cli-dev"
],
"author": "Gojecks",
"license": "MIT",
"dependencies": {
"http-server": "^14.1.1",
"basic-auth": "^2.0.1",
"corser": "^2.0.1",
"ecstatic": "^4.1.4",
"http-proxy": "^1.18.1",
"opener": "^1.5.2",
"optimist": "~0.6.1",
"portfinder": "^1.0.32",
"secure-compare": "3.0.1",
"chokidar": "3.3.1",
"faye-websocket": "^0.11.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gojecks/jeli-cli.git"
},
"bugs": {
"url": "https://github.com/gojecks/jeli-cli/issues"
},
"homepage": "https://github.com/gojecks/jeli-cli#readme"
}