{
  "name": "map-values",
  "version": "1.0.1",
  "description": "Map object values returning a new object",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:parshap/js-map-values"
  },
  "keywords": [
    "map",
    "values",
    "object"
  ],
  "author": "Parsha Pourkhomami",
  "license": "Public Domain",
  "devDependencies": {
    "tape": "^2.10.2"
  }
}
