@paulcbetts/linux-distro
Version:
Get the current Linux distro
38 lines (37 loc) • 663 B
JSON
{
"name": "@paulcbetts/linux-distro",
"version": "3.0.2",
"description": "Get the current Linux distro",
"license": "MIT",
"repository": "kevva/linux-distro",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.12.0"
},
"bin": {
"linux-distro": "cli.js"
},
"scripts": {
"test": "node test.js"
},
"files": [
"cli.js",
"index.js"
],
"keywords": [
"distro",
"linux",
"version"
],
"dependencies": {
"getos": "^2.3.0",
"meow": "^3.3.0"
},
"devDependencies": {
"ava": "^0.0.4"
}
}