forked from evancohen/smart-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1010 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
39
40
41
42
{
"name": "smart-mirror",
"version": "0.0.2",
"description": "The fairest of them all",
"main": "main.js",
"scripts": {
"install": "bower install",
"start": "electron main.js ",
"microphone-debug" : "electron scripts/microphone-debug/main.js",
"wiredep": "wiredep -s index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evancohen/smart-mirror.git"
},
"keywords": [
"Smart Mirror",
"IoT",
"Voice Control",
"DIY"
],
"author": "Evan Cohen",
"license": "MIT",
"bugs": {
"url": "https://github.com/evancohen/smart-mirror/issues"
},
"homepage": "https://github.com/evancohen/smart-mirror",
"devDependencies": {
"wiredep-cli": "^0.1.0",
"bower": "^1.7.9",
"install": "^0.8.1",
"angular-i18n": "^1.5.5",
"electron-prebuilt": "^1.0.0",
"npm": "^3.8.8"
},
"dependencies": {
"express": "^4.13.4",
"fitbit-oauth2": "0.0.1",
"fs": "0.0.2",
"electron-json-storage": "2.0.0"
}
}