-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 967 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 967 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
42
43
44
45
46
47
48
{
"name": "storage-device-info",
"version": "1.4.2",
"description": "Obtain information about storage devices",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"nan": "2.10.*"
},
"contributors": [
{
"name": "Stephen Vickers",
"email": "stephen.vickers@nospaceships.com"
},
{
"name": "NoSpaceships Ltd",
"email": "hello@nospaceships.com"
}
],
"repository": {
"type": "mercurial",
"url": "git://github.com/nospaceships/node-storage-device-info.git"
},
"keywords": [
"device",
"device-space",
"disk",
"disk-drive",
"disk-space",
"drive",
"hard-disk",
"hard-drive",
"harddisk",
"harddrive",
"media",
"partition",
"partition-space",
"space",
"storage",
"storage-device",
"storage-media",
"storage-space"
],
"author": "NoSpaceships Ltd <hello@nospaceships.com>",
"license": "MIT"
}