dialog-holder 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +7 -0
- package/package.json +22 -0
- package/test/script.js +5 -0
package/index.js
ADDED
package/package.json
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"name": "dialog-holder",
|
3
|
+
"version": "1.0.2",
|
4
|
+
"description": "The dialog-holder package is an npm package used for managing dialog boxes in web applications. It provides functionality for creating, displaying, and handling user interactions with dialog boxes.",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "git+https://github.com/pdfmr/tmp.git"
|
12
|
+
},
|
13
|
+
"keywords": [
|
14
|
+
"dialog-holder"
|
15
|
+
],
|
16
|
+
"author": "",
|
17
|
+
"license": "ISC",
|
18
|
+
"bugs": {
|
19
|
+
"url": "https://github.com/pdfmr/tmp/issues"
|
20
|
+
},
|
21
|
+
"homepage": "https://github.com/pdfmr/tmp#readme"
|
22
|
+
}
|