Sha256: a34a1c71dd0cd91f44d42f3a88920ba649cc919db6553efee730815a441afa04
Contents?: true
Size: 958 Bytes
Versions: 3
Compression:
Stored size: 958 Bytes
Contents
{ "name": "jsoneditor", "version": "5.1.3", "main": "./index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [ "json", "editor", "viewer", "formatter" ], "author": "Jos de Jong <wjosdejong@gmail.com>", "license": "Apache-2.0", "homepage": "https://github.com/josdejong/jsoneditor", "repository": { "type": "git", "url": "https://github.com/josdejong/jsoneditor.git" }, "bugs": "https://github.com/josdejong/jsoneditor/issues", "scripts": { "build": "gulp", "watch": "watch", "test": "mocha test" }, "dependencies": { "ajv": "3.4.0", "brace": "0.7.0" }, "devDependencies": { "gulp": "3.9.0", "gulp-concat-css": "2.2.0", "gulp-minify-css": "1.2.3", "gulp-shell": "0.5.1", "gulp-util": "3.0.7", "json-loader": "0.5.4", "mkdirp": "0.5.1", "mocha": "2.3.4", "uglify-js": "2.6.1", "webpack": "1.12.11" } }
Version data entries
3 entries across 3 versions & 1 rubygems