{
  "name": "get-values",
  "description": "Return an array of all values from the given object.",
  "version": "0.1.0",
  "homepage": "https://github.com/jonschlinkert/get-values",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/get-values",
  "bugs": {
    "url": "https://github.com/jonschlinkert/get-values/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "for-own": "^0.1.3"
  },
  "devDependencies": {
    "mocha": "*"
  },
  "keywords": [
    "array",
    "for",
    "for-own",
    "map",
    "object",
    "own",
    "values"
  ]
}
