{
  "name": "101",
  "version": "0.16.1",
  "description": "common javascript utils that can be required selectively that assume es5+",
  "main": "index.js",
  "scripts": {
    "test": "lab -c -t 100 test",
    "test-watch": "nodemon --exec lab -c test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tjmehta/101"
  },
  "keywords": [
    "utils",
    "js",
    "helpers",
    "functional",
    "pick",
    "pluck",
    "map",
    "array",
    "object",
    "string"
  ],
  "author": "Tejesh Mehta",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tjmehta/101/issues"
  },
  "homepage": "https://github.com/tjmehta/101",
  "devDependencies": {
    "code": "^1.4.0",
    "lab": "^5.5.1"
  },
  "dependencies": {
    "clone": "^0.1.18",
    "deep-eql": "^0.1.3",
    "keypather": "^1.8.1"
  }
}
