This repository has been archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.81 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "Ultimirror",
"version": "0.7.8",
"license": "GPL-3.0",
"description": "Ultimirror",
"main": "main.js",
"scripts": {
"prepublish": "gulp release",
"start": "electron --enable-logging main.js",
"debug": "electron --enable-logging main.js -w -c debug",
"development": "gulp --development && electron --enable-logging main.js -w -c debug"
},
"repository": {
"type": "git",
"url": "https://github.com/dannyakakong/ultimirror.git"
},
"keywords": [
"Ultimirror",
"smartmirror",
"mirror",
"raspberry pi",
"rpi",
"node",
"angular",
"dashboard"
],
"author": {
"name": "Danny Allen / Wonderscore Ltd",
"email": "[email protected]",
"url": "http://dannya.com/"
},
"homepage": "https://github.com/dannyakakong/ultimirror",
"bugs": {
"url": "https://github.com/dannyakakong/ultimirror/issues"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"chalk": "^4.0.0",
"chalk-animation": "^1.6.0",
"class.extend": "^0.9.2",
"electron": "^9.0.0",
"event-stream": "^4.0.1",
"flickrapi": "^0.6.2",
"gps": "^0.5.3",
"gulp-load-plugins": "^2.0.3",
"gulp-uglify-es": "^2.0.0",
"js-yaml": "^3.14.0",
"mime": "^2.4.5",
"moment": "^2.26.0",
"nomnom": "^1.8.1",
"oclazyload": "^1.1.0",
"promise": "^8.1.0",
"request": "^2.88.2",
"socket.io": "^2.3.0",
"traverse": "^0.6.6",
"yawn-yaml": "^1.5.0"
},
"devDependencies": {
"gulp": "~3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "~2.5.0",
"gulp-csso": "~1.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "~2.2.0",
"gulp-newer": "~1.1.0",
"gulp-stylus": "^2.2.0",
"jeet": "6.1.2",
"run-sequence": "^1.1.5",
"yargs": "^4.2.0"
}
}