forked from 8ctopus/sciter-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.11 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.11 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
{
"name": "sciter-analytics",
"version": "0.2.1",
"description": "This is a [sciter.js](https://sciter.com/) in-app analytics experiment. The general idea is to record what users do within the application.",
"scripts": {
"install-sdk": "node ./node_modules/sciter-sandbox/scripts/install.mjs cleanup",
"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": "hello@octopuslabs.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/8ctopus/sciter-analytics/issues"
},
"homepage": "https://github.com/8ctopus/sciter-analytics#readme",
"devDependencies": {
"sciter-dialogs": "^1.3.0",
"sciter-logger": "^1.1.3",
"sciter-pagecontrol": "^1.7.1",
"sciter-sandbox": "^1.1.5",
"sciter-utils": "^0.8.0"
}
}