{ "name": "jsoneditor", "version": "2.2.0-SNAPSHOT", "description": "A web-based tool to view, edit and format JSON", "tags": [ "json", "editor", "viewer", "formatter" ], "author": "Jos de Jong ", "homepage": "http://jsoneditoronline.org/", "repository": { "type": "git", "url": "https://github.com/josdejong/jsoneditoronline.git" }, "bugs": "https://github.com/josdejong/jsoneditoronline/issues", "scripts": { "prepublish": "jake" }, "dependencies": {}, "devDependencies": { "jake": "latest", "jake-utils": "latest", "archiver": "latest", "clean-css": "latest" } }