forked from samuelcarreira/linux-release-info
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1023 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
{
"name": "linux-os-info",
"version": "2.0.0",
"description": "Get Linux release info (distribution name, version, arch, release, etc.) from '/etc/os-release' file and from native os module. On Windows and Macs it returns only node os module info (platform, hostname, release and arch)",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bmacnaughton/linux-os-info.git"
},
"keywords": [
"linux",
"release",
"info",
"os",
"distribution",
"/etc/os-release"
],
"author": "Bruce A. MacNaughton <[email protected]>",
"contributors": [
"Samuel Carreira <[email protected]> (http://www.samuelcarreira.com)",
"Iván Sánchez Ortega <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bmacnaughton/linux-os-info/issues"
},
"homepage": "https://github.com/bmacnaughton/linux-os-info#readme",
"devDependencies": {
"chai": "^4.2.0"
}
}