-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 777 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 777 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": "uniqid",
"version": "5.3.0",
"description": "Unique ID Generator",
"homepage": "http://github.com/adamhalasz/uniqid/",
"keywords": [
"unique id",
"uniqid",
"unique identifier",
"hexatridecimal"
],
"bugs": {
"url": "http://github.com/adamhalasz/uniqid/issues",
"email": "adam@aimform.com"
},
"repository": {
"type": "git",
"url": "https://github.com/adamhalasz/uniqid.git"
},
"files": [
"index.js"
],
"license": "MIT",
"author": {
"name": "Halász Ádám",
"email": "adam@aimform.com",
"url": "http://adamhalasz.com/"
},
"main": "index.js",
"dependencies": {},
"devDependencies": {
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"scripts":{
"build":"webpack"
}
}