{
  "name": "os-filter-obj",
  "version": "1.0.3",
  "description": "Filter an array of objects to a specific OS",
  "license": "MIT",
  "repository": "kevva/os-filter-obj",
  "author": {
    "name": "Kevin Mårtensson",
    "email": "kevinmartensson@gmail.com",
    "url": "https://github.com/kevva"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "node test.js"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "arch",
    "filter",
    "obj",
    "object",
    "os"
  ],
  "devDependencies": {
    "ava": "^0.0.4"
  }
}
