forked from tailorvj/fullpagedashboard-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "fullpagedashboard-client",
"version": "0.2.0",
"description": "Remote dashboard with a control app for FullPageOS. Ver 0.1.0 alpha",
"repository": {
"type": "git",
"url": "https://github.com/tailorvj/fullpagedashboard-client"
},
"main": "main.js",
"scripts": {
"start": "electron main.js",
"build-windows": "electron-packager ./ --platform=win32 --arch=x64",
"build-linux": "electron-packager ./ --platform=linux --arch=x64"
},
"author": {
"name": "Tailor Vijay",
"email": "tailor.vj@gmail.com"
},
"license": "MIT",
"dependencies": {
"angular": "~1.5.9",
"angular-animate": "~1.5.9",
"angular-aria": "~1.5.9",
"angular-material": "^1.1.12",
"angular-messages": "^1.7.2",
"electron": "^5.0.0",
"eventemitter3": "^2.0.2",
"express": "^4.14.1",
"qrcode": "^1.3.3",
"socket.io": "^2.2.0",
"underscore": "^1.9.1"
},
"engines": {
"node": "^4.7",
"npm": "^3"
},
"devDependencies": {
"electron-packager": "^8.5.0"
}
}