forked from automation-stack/node-machine-id
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 959 Bytes
/
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
{
"name": "@usebruno/node-machine-id",
"version": "2.0.0",
"main": "./index.js",
"description": "Unique machine (desktop) id (no admin privileges required).",
"author": "Aleksandr Komlev",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:usebruno/node-machine-id.git"
},
"keywords": [
"unique id",
"license",
"trial",
"user license",
"user id",
"machine id",
"unique platform id",
"node platform id",
"unique identifier",
"restrictions",
"electron id",
"nw.js id"
],
"bugs": {
"url": "https://github.com/usebruno/node-machine-id/issues"
},
"homepage": "https://github.com/usebruno/node-machine-id#readme",
"scripts": {
"prepublish": "npm run test",
"test": "npx mocha ./tests"
},
"devDependencies": {
"chai": "4.4.1",
"mocha": "10.6.0"
},
"dependencies": {
"native-reg": "^1.1.1",
"node-machine-id": "^1.1.12"
}
}