-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.01 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"dependencies": {
"better-sqlite3": "^8.6.0",
"csvtojson": "^2.0.10",
"fodselsnummer-generator": "^1.0.0",
"math": "^0.0.3",
"moment": "^2.29.4",
"sqlite3": "^5.1.6"
},
"name": "randomnames",
"description": "I have created a small project from the data that grabs names from wiktionary, there are quite some resources like:",
"version": "1.0.0",
"main": "Names.js",
"scripts": {
"test": "node Names.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devicemanager/randomNames.git"
},
"keywords": [
"java",
"shell",
"bash",
"sql",
"js",
"javascript",
"ssn",
"norwegian",
"names",
"female",
"male",
"surname",
"sex",
"wiktionary",
"sqlite",
"sqlite3",
"node",
"name",
"picker"
],
"author": "René Geers",
"license": "ISC",
"bugs": {
"url": "https://github.com/devicemanager/randomNames/issues"
},
"homepage": "https://github.com/devicemanager/randomNames#readme"
}