-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.08 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
{
"name": "aahz-fire-detect",
"version": "1.0.0",
"description": "Detect fire from Web Camera or CCTV real-time image",
"main": "index.html",
"scripts": {
"start": "nw",
"test": ""
},
"repository": {
"type": "git",
"url": "[email protected]:aahz/aahz-fire-detect.git"
},
"keywords": [
"fire",
"smoke",
"detection"
],
"author": "aahz",
"license": "MIT",
"bugs": {
"url": "https://github.com/aahz/aahz-fire-detect/issues"
},
"window": {
"title": "Fire Detection System",
"icon": "aahz-fire-detect.png",
"toolbar": true,
"frame": true,
"width": 800,
"height": 600,
"position": "center",
"min_width": 480,
"min_height": 480
},
"homepage": "https://github.com/aahz/aahz-fire-detect",
"dependencies": {
"better-console": "^0.2.4",
"colors": "^1.0.3",
"datauri": "^0.6.0",
"event-box": "^1.1.2",
"extend": "^2.0.0",
"infinite-loop": "^0.2.2",
"opencv": "^2.0.0",
"promise-deferred": "^2.0.1",
"require-dir": "^0.3.0",
"string-hash": "^1.1.0",
"websocket": "^1.0.18"
}
}