forked from voydz/alexa-lgtv-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.19 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
{
"name": "alexa-lgtv-remote",
"version": "1.0.0",
"description": "Control your webOS powered LG TV with amazon's alexa.",
"main": "index.js",
"scripts": {
"start": "gulp build && node dist/index.js",
"test": "gulp lint",
"dev": "flow-typed install && npm run start",
"watch": "gulp serve",
"docs": "gulp build && dist/bin/docgen.js"
},
"repository": {
"type": "git",
"url": "https://github.com/voydz/alexa-lgtv-remote.git"
},
"keywords": [
"alexa",
"lg",
"tv",
"lgtv",
"webOS"
],
"author": "voydz",
"license": "MIT",
"dependencies": {
"alexa-app": "^4.2.0",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"lgtv2": "^1.2.0",
"promise": "^8.0.1",
"wake_on_lan": "0.0.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-flow": "^6.23.0",
"eslint": "^4.15.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-flowtype": "^2.30.3",
"flow-bin": "^0.63.1",
"flow-typed": "^2.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-eslint": "^4.0.1",
"merge-stream": "^1.0.1",
"nodemon": "^1.11.0"
}
}