{
  "name": "kop-json-parse",
  "version": "1.1.0",
  "description": "A better 'JSON.parse()'",
  "main": "./lib/index.js",
  "scripts": {
    "test": "http-server -p 8880",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huzhiweikop/kop-json-parse.git"
  },
  "keywords": [
    "JSON",
    "json",
    "parse",
    "JSON.parse"
  ],
  "author": "huzhiweikop",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/huzhiweikop/kop-json-parse/issues"
  },
  "homepage": "https://github.com/huzhiweikop/kop-json-parse#readme",
  "devDependencies": {
    "@babel/core": "^7.3.3",
    "@babel/preset-env": "^7.3.1",
    "babel-loader": "^8.0.5",
    "http-server": "^0.11.1",
    "webpack": "^4.29.5",
    "webpack-cli": "^3.2.3"
  }
}
