{
  "name": "linux-platform-info",
  "version": "0.0.3",
  "description": "Returns platorm information (arch, libc) for Linux hosts",
  "main": "index.js",
  "scripts": {
    "test": "eslint index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AndreyBelym/linux-platform-info.git"
  },
  "keywords": [
    "arch",
    "platform",
    "linux"
  ],
  "author": "AndreyBelym",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AndreyBelym/linux-platform-info/issues"
  },
  "homepage": "https://github.com/AndreyBelym/linux-platform-info#readme",
  "devDependencies": {
    "eslint": "^4.0.0"
  },
  "dependencies": {
    "os-family": "^1.0.0"
  }
}