forked from evancohen/smart-mirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 968 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
{
"name": "smart-mirror",
"version": "0.0.1",
"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": [
"Electron",
"quick",
"start",
"tutorial"
],
"author": "Evan Cohen",
"license": "MIT",
"bugs": {
"url": "https://github.com/evancohen/smart-mirror/issues"
},
"homepage": "https://github.com/evancohen/smart-mirror",
"devDependencies": {
"install": "^0.6.1",
"angular-i18n": "^1.5.0",
"wiredep-cli": "^0.1.0",
"electron-prebuilt": "^0.37.2",
"npm": "^3.8.2",
"bower": "^1.7.7"
},
"dependencies": {
"express": "^4.13.4",
"fitbit-oauth2": "0.0.1",
"fs": "0.0.2"
}
}