json-object-editor
Version:
JOE the Json Object Editor | Platform Edition
63 lines (62 loc) • 1.96 kB
JSON
{
"name": "json-object-editor",
"version": "0.9.901",
"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"
},
"repository": {
"type": "git",
"url": "https://craql@bitbucket.org/craydent/jsonobjecteditor.git"
},
"keywords": [
"joe",
"json",
"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",
"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",
"del": "^2.0.1",
"grunt-traceur": "^0.5.5",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-notify": "^2.2.0"
},
"dependencies": {
"JsonObjectEditor": "file:grunt",
"aws-sdk": "^2.358.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",
"jwt-decode": "^2.2.0",
"mailgun": "^0.5.0",
"mongojs": "^2.3.0",
"mysql": "^2.16.0",
"nodemailer": "^2.7.2",
"nodemailer-ses-transport": "^1.4.0",
"opener": "^1.4.3",
"pem": "^1.13.2",
"plaid": "^3.1.1",
"renderizer": "^1.1.0",
"socket.io": "^2.2.0"
}
}