forked from tapio/live-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 822 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "live-server-obj-config",
"version": "0.6.3",
"description": "simple development http server with live reload capability. Fork of https://github.com/tapio/live-server.git by Tapio Vierros to allow host name specification and config object initialisation",
"keywords": [
"front-end",
"development",
"tool",
"server",
"http",
"cli"
],
"author": "Tapio Vierros, Kav Singh",
"dependencies": {
"connect": "2.x.x",
"send": "latest",
"colors": "latest",
"open": "latest",
"watchr": "2.3.x",
"faye-websocket": "0.4.x"
},
"scripts": {
"test": "jshint *.js"
},
"bin": {
"live-server": "./live-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kavington/live-server.git"
},
"engines": {
"node": ">=0.8.0"
},
"preferGlobal": true,
"license": "MIT"
}