-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.32 KB
/
package.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.32 KB
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
{
"name": "pratos",
"version": "1.2.3",
"description": "Controll your house anywhere.",
"main": "server2.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "zCrin's Creations",
"license": "ISC",
"dependencies": {
"body-parser": "*",
"colors": "*",
"cookies": "*",
"express": "*",
"express-fileupload": "*",
"express-session": "*",
"hex-rgba": "^1.0.2",
"http-proxy": "*",
"http-proxy-middleware": "*",
"jimp": "^0.2.28",
"mongodb": "*",
"multer": "^1.3.0",
"node-cmd": "*",
"pratos_accessories_class": "*",
"pratos_ban_class": "*",
"pratos_homepage_class": "*",
"pratos_navbar_class": "*",
"pratos_user_class": "*",
"qs": "*",
"serialport": "^6.1.1",
"sharp": "*",
"socket.io": "*",
"socket.io-cookie": "*",
"socket.io-express-session": "*",
"string-similarity": "^1.2.0",
"user-agent-parser": "^0.6.0",
"uuid": "*",
"youtube-mp3-downloader": "*"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/zCrin/pratos.git"
},
"keywords": [
"domotic;",
"homebridge"
],
"bugs": {
"url": "https://github.com/zCrin/pratos/issues"
},
"homepage": "https://github.com/zCrin/pratos#readme"
}