-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 845 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
39
40
41
{
"name": "serial-number",
"version": "1.3.0",
"description": "Reads the machine's serial number (a.k.a. service/asset tag) or Amazon EC2 instance-id",
"author": {
"name": "Elan Shanker",
"url": "http://github.com/es128"
},
"license": "ISC",
"homepage": "https://github.com/es128/serial-number",
"repository": {
"type": "git",
"url": "https://github.com/es128/serial-number.git"
},
"bugs": {
"url": "https://github.com/es128/serial-number/issues"
},
"bin": {
"serial-number": "bin/serial-number"
},
"scripts": {
"postinstall": "node setup.js"
},
"keywords": [
"serial",
"number",
"serial-number",
"asset",
"service",
"tag",
"machine",
"hardware",
"dell",
"amazon",
"aws",
"ec2",
"instance-id",
"uuid"
],
"dependencies": {}
}