forked from krpeacock/google_home_starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 843 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
38
{
"name": "google_home_controller",
"version": "1.0.0",
"description": "Backend to control electronics from IFTTT",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krpeacock/google_home_starter.git"
},
"keywords": [
"google",
"home",
"raspberry",
"pi",
"diy",
"node.js"
],
"author": "Kyle Peacock",
"license": "ISC",
"bugs": {
"url": "https://github.com/krpeacock/google_home_starter/issues"
},
"homepage": "https://github.com/krpeacock/google_home_starter#readme",
"dependencies": {
"body-parser": "^1.16.0",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"fs": "0.0.1-security",
"path": "^0.12.7",
"python-shell": "^0.4.0"
},
"devDependencies": {
"locus": "^1.2.0"
}
}