-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 962 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 962 Bytes
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
{
"name": "tizen-tv-dev-cli",
"version": "0.1.9",
"description": "command cli from tizen devtools sdk",
"main": "index.js",
"author": "feng.zhao@samsung.com",
"license": "MIT",
"keywords": [
"TV",
"Tizen",
"react-native",
"react",
".NET Core"
],
"homepage": "https://github.com/sutaking/tizen-tv-dev-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/sutaking/tizen-tv-dev-cli.git"
},
"bugs": {
"url": "https://github.com/sutaking/tizen-tv-dev-cli/issues"
},
"engines": {
"node": ">= 4.0.0"
},
"files": [
"lib",
"resource",
"README.md",
"tools",
"*.js"
],
"dependencies": {
"archiver": "1.0.1",
"node-forge": "^0.7.1",
"q": "^1.5.0",
"tizen-tv-dev-cli": "^0.1.3",
"xml2js": "^0.4.17",
"xmldom": "^0.1.27"
}
}