-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
52 lines (52 loc) · 1.23 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@tizentv/wits",
"version": "2.5.9",
"description": "Instant live reload tool for Tizen Web Application development",
"main": "index.js",
"author": "Samsung Electronics Co., Ltd.",
"repository": {
"type": "git",
"url": "https://github.com/Samsung/Wits.git"
},
"bugs": {
"url": "https://github.com/Samsung/Wits/issues"
},
"homepage": "https://github.com/Samsung/Wits/issues",
"dependencies": {
"@tizentv/tools": "^1.1.3",
"@tizentv/webide-common-tizentv": "^1.0.17",
"chalk": "^4.1.0",
"chrome-launcher": "^0.13.2",
"commander": "^4.1.1",
"express": "^4.16.3",
"inquirer": "=5.2.0",
"ip": "^1.1.5",
"lodash": "^4.17.15",
"mkdirp": "^1.0.3",
"node-html-parser": "^1.3.1",
"node-watch": "^0.6.2",
"recursive-readdir": "^2.2.2",
"socket.io": "^3.1.0",
"xml2js": "^0.4.19"
},
"license": "ISC",
"keywords": [
"Wits",
"Tizen",
"Web developer",
"live reload",
"debugging tool",
"samsung",
"tizen web app",
"samsung live reload",
"samsung tizen tv",
"tizen web application",
"tizen web application developer",
"tool"
],
"bin": {
"wits": "./lib/cli.js"
},
"preferGlobal": true,
"private": false
}