-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 1.06 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
{
"name": "sciter-demo",
"version": "1.0.1",
"description": "sciter.js exploration of all html elements and theming",
"scripts": {
"install-sdk": "node ./node_modules/sciter-sandbox/scripts/install.mjs cleanup",
"sdk-version": "node ./node_modules/sciter-sandbox/scripts/version.mjs",
"scapp": "node ./node_modules/sciter-sandbox/scripts/start.mjs scapp",
"usciter": "node ./node_modules/sciter-sandbox/scripts/start.mjs usciter",
"stop": "node ./node_modules/sciter-sandbox/scripts/stop.mjs",
"scapp32": "node ./node_modules/sciter-sandbox/scripts/start.mjs scapp32",
"usciter32": "node ./node_modules/sciter-sandbox/scripts/start.mjs usciter32"
},
"author": {
"name": "8ctopus",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/8ctopus/sciter-demo/issues"
},
"homepage": "https://github.com/8ctopus/sciter-demo#readme",
"devDependencies": {
"sciter-fontawesome": "^1.1.0",
"sciter-logger": "^1.1.3",
"sciter-sandbox": "^1.2.10",
"sciter-utils": "^1.0.0"
}
}