{
  "version": "1.1.1",
  "name": "stringify-clone",
  "description": "Wrapper for fast object cloning using `JSON.parse` & `JSON.stringify`",
  "author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
  "homepage": "https://github.com/ahmadnassri/stringify-clone",
  "repository": "ahmadnassri/stringify-clone",
  "license": "MIT",
  "main": "./src/index.js",
  "keywords": [
    "stringify-clone"
  ],
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "src"
  ],
  "bugs": {
    "url": "https://github.com/ahmadnassri/stringify-clone/issues"
  },
  "scripts": {
    "pretest": "standard && echint",
    "test": "mocha",
    "posttest": "npm run coverage",
    "coverage": "istanbul cover --dir coverage _mocha -- -R dot",
    "codeclimate": "codeclimate < coverage/lcov.info"
  },
  "echint": {
    "ignore": [
      "coverage/**"
    ]
  },
  "devDependencies": {
    "codeclimate-test-reporter": "0.0.4",
    "echint": "^1.1.1",
    "istanbul": "^0.3.14",
    "mocha": "^2.2.5",
    "should": "^6.0.3",
    "standard": "^3.11.1"
  },
  "dependencies": {}
}
