{
  "name": "json-knife",
  "version": "1.3.1",
  "description": "Bulk set properties recursively in huge, complex and deep JSON string with a robust regular expression based engine",
  "main": "src/entry.js",
  "scripts": {
    "build": "gulp",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Andrew-Kang-G/json-knife.git"
  },
  "keywords": [
    "json",
    "parser",
    "recursive",
    "update",
    "remove"
  ],
  "author": "Andrew Kang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Andrew-Kang-G/json-knife/issues"
  },
  "homepage": "https://github.com/Andrew-Kang-G/json-knife#readme",
  "devDependencies": {
    "chai": "^3.3.0",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.3.0",
    "gulp-mocha": "^2.1.3",
    "gulp-util": "^3.0.7",
    "mocha": "^2.3.3",
    "webpack": "^1.12.2",
    "lodash": "^4.17.11",
    "growl": "^1.10.0",
    "minimatch": "^3.0.2",
    "webpack-dev-server": "^3.1.11",
    "babel-core": "^5.8.25",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-loader": "^8.0.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-0": "^6.24.1"
  },
  "dependencies": {}
}
