-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 854 Bytes
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
{
"name": "mini-mirror",
"version": "0.3.1",
"description": "mini mirror app for desktop.",
"private": true,
"main": "index.html",
"scripts": {
"start": "./node_modules/.bin/nw",
"build": "node build/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"utils79": "0.0.4"
},
"devDependencies": {
"fs-extra": "^2.1.2",
"iterate79": "^1.0.0",
"nw": "0.21.1-sdk",
"nw-builder": "3.2.0",
"phpjs": "^1.3.2",
"zip-folder": "^1.0.0"
},
"window": {
"title": "mini mirror",
"frame": false,
"toolbar": false,
"always-on-top": true,
"position": "center",
"resizable": false,
"visible-on-all-workspaces": true,
"transparent": true,
"width": 200,
"height": 200
},
"platformOverrides": {}
}