{
  "name": "json-tree-viewer",
  "version": "0.0.2",
  "description": "json formatter/viewer/pretty-printer (with jsonTree javascript-library)",
  "main": "libs/jsonTree/jsonTree.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/summerstyle/jsonTreeViewer.git"
  },
  "keywords": [
    "json",
    "formatter",
    "viewer",
    "pretty",
    "pretry-print"
  ],
  "author": "Vera Lobacheva",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/arseneoaa/jsonTreeViewer/issues"
  },
  "homepage": "https://github.com/arseneoaa/jsonTreeViewer#readme",
  "devDependencies": {
    "webpack": "^4.2.0",
    "webpack-cli": "^2.0.13"
  }
}
