-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathpackage.json.nw
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json.nw
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "Mixly3.0",
"version": "3.0.0",
"description": "Mixly,A Visual Program IDE for K12",
"repository": "",
"node-main": "./static-server/server.js",
"main": "http://localhost:7000",
"node-remote": "http://localhost:7000",
"scripts": {
"start": "nw .",
"build:nw:win:x64": "build --tasks win-x64 --mirror https://npmmirror.com/mirrors/nwjs/ .",
"build:nw:linux:x64": "build --tasks linux-x64 --mirror https://npmmirror.com/mirrors/nwjs/ .",
"build:nw:mac:x64": "build --tasks mac-x64 --mirror https://npmmirror.com/mirrors/nwjs/ ."
},
"window": {
"icon": "common/media/mixly.png",
"position": "center"
},
"keywords": [
"NW.js",
"server"
],
"author": "Mixly TEAM",
"license": "other",
"build": {
"nwVersion": "0.91.0"
},
"devDependencies": {
"nw": "0.91.0-sdk",
"nwjs-builder-phoenix": "^1.15.0"
},
"dependencies": {
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"path": "^0.12.7",
"url": "^0.11.0",
"express": "^4.18.1"
}
}