UNPKG

json-object-editor

Version:

JOE the Json Object Editor | Platform Edition

71 lines (70 loc) 2.17 kB
{ "name": "json-object-editor", "version": "0.10.650", "description": "JOE the Json Object Editor | Platform Edition", "main": "app.js", "scripts": { "prestart": "start grunt --gruntfile grunt/Gruntfile.js", "start": "node app.js ", "stop": "node node_scripts/stop.js .pid", "grunt": "start grunt --gruntfile grunt/Gruntfile.js", "test": "echo \"Error: no test specified\" && exit 1", "babel-wc": "babel web-components -d es5-build/web-components", "babel-joe": "babel js/JsonObjectEditor.jquery.craydent.js -d es5-build/js/JsonObjectEditor_es5.jquery.craydent.js", "build": "node build.js" }, "repository": { "type": "git", "url": "https://craql@bitbucket.org/craydent/jsonobjecteditor.git" }, "keywords": [ "joe", "json", "object", "editor" ], "author": "Corey Hadden", "license": "(c) Copyright 2015-2020 corey hadden, all rights reserved", "bugs": { "url": "https://github.com/craql/JsonObjectEditor/issues" }, "homepage": "http://craydent.com/JsonObjectEditor/docs.html", "dependencies": { "@aws-sdk/client-s3": "^3.927.0", "@aws-sdk/client-ses": "^3.927.0", "basic-auth": "^1.0.3", "body-parser": "^1.18.3", "compression": "^1.7.3", "cookie-parser": "^1.4.1", "craydent": "^0.8.9", "express": "^4.16.4", "googleapis": "^149.0.0", "got": "^14.6.1", "jwt-decode": "^2.2.0", "mailgun": "^0.5.0", "mongojs": "^2.3.0", "mysql": "^2.16.0", "nodemailer": "^6.10.1", "openai": "^6.9.0", "opener": "^1.4.3", "pem": "^1.13.2", "plaid": "^13.1.0", "renderizer": "^1.1.0", "socket.io": "^2.2.0" }, "devDependencies": { "@babel/cli": "^7.7.4", "@babel/core": "^7.7.4", "@babel/preset-env": "^7.7.4", "babel-plugin-transform-es2015-template-literals": "^6.22.0", "clean-css-cli": "^5.6.3", "concat": "^1.0.3", "del": "^2.0.1", "fs-extra": "^11.3.0", "grunt-traceur": "^0.5.5", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-notify": "^2.2.0", "terser": "^5.43.1" } }