-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 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
51
52
53
54
55
56
{
"name": "alfred-display",
"version": "1.0.0",
"description": "Mirror display for the IoT smart mirror, Alfred",
"main": "main.js",
"scripts": {
"start": "electron main.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alfred-mirror/alfred-display.git"
},
"keywords": [
"node",
"internet",
"of",
"things",
"IoT",
"Alfred",
"AI",
"mirror",
"smart mirror",
"magic mirror",
"magic",
"smart",
"Electron"
],
"author": [
{ "name": "Natalie Chow", "email": "[email protected]" },
{ "name": "Sam Heutmaker", "email": "[email protected]" },
{ "name": "Sabrina Tee", "email": "[email protected]" },
{ "name": "Jose Tello", "email": "[email protected]" },
{ "name": "James Vermillion", "email": "[email protected]" }
],
"license": "MIT",
"bugs": {
"url": "https://github.com/alfred-mirror/alfred-display/issues"
},
"homepage": "https://github.com/alfred-mirror/alfred-display#readme",
"dependencies": {
"express": "^4.13.4"
},
"devDependencies": {
"chai": "^3.5.0",
"electron-prebuilt": "^0.36.10",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-open": "^1.0.0",
"gulp-sass": "^2.2.0",
"mocha": "^2.4.5",
"moment": "^2.12.0",
"socket.io-client": "^1.4.5",
"webpack-stream": "^3.1.0"
}
}