UNPKG

json-object-editor

Version:

JOE the Json Object Editor | Platform Edition

48 lines (47 loc) 1.2 kB
{ "name": "JsonObjectEditor", "projectName": "JOE", "version": "1.5.0", "description": "Visually Edit Objects Using this GUI tool, what you do from there is up to you.", "main": "Gruntfile.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/craql/JsonObjectEditor.git" }, "keywords": [ "JSON", "Admin" ], "author": { "name": "Corey Hadden" }, "license": "none", "bugs": { "url": "https://github.com/craql/JsonObjectEditor/issues" }, "dependencies": { "grunt-cli": "^1.3.2", "grunt-traceur": "^0.5.5", "node-sass": "^4.14.1", "tinymce": "^4.3.3", "traceur": "0.0.111" }, "devDependencies": { "@babel/core": "^7.7.4", "grunt": "^0.4.5", "grunt-babel": "^8.0.0", "grunt-banner": "^0.3.1", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.1", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-uglify": "^0.8.1", "grunt-contrib-watch": "^0.6.1", "grunt-istanbul-coverage": "^0.1.1", "grunt-sass": "^0.18.1", "load-grunt-tasks": "^3.1.0" } }