-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 880 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 880 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": "robomx-webdialog",
"version": "2021.0.1",
"description": "Web dialog for apps.",
"main": "webdialog.js",
"scripts": {
"build": "node build.js",
"test": "node ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RoboMx/Web-Floating-Dialog.git"
},
"keywords": [
"dialog",
"web",
"alert-users",
"paper-dialog"
],
"author": "RoboMx",
"license": "MIT",
"bugs": {
"url": "https://github.com/RoboMx/Web-Floating-Dialog/issues"
},
"homepage": "https://github.com/RoboMx/Web-Floating-Dialog#readme",
"dependencies": {
"@node-minify/core": "^5.2.1",
"@node-minify/terser": "^5.2.1",
"fs-extra": "^9.0.0"
},
"devDependencies": {
"mocha": "^8.1.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}