forked from johnpapa/lite-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 833 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "lite-server",
"version": "1.3.2",
"description": "Lightweight development node server for serving a web app, providing a fallback for browser history API, loading in the browser, and injecting scripts on the fly.",
"main": "./lib/lite-server",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/joshellinger/lite-server.git"
},
"keywords": [],
"author": "John Papa <[email protected]> (http://johnpapa.net/)",
"license": "MIT",
"bin": {
"lite-server": "./bin/lite-server"
},
"homepage": "https://github.com/johnpapa/lite-server#readme",
"dependencies": {
"browser-sync": "^2.9.11",
"connect-history-api-fallback": "^1.1.0",
"connect-logger": "0.0.1",
"http-proxy-middleware": "^0.9.0",
"yargs": "^3.27.0"
},
"devDependencies": {}
}