UNPKG

jsharmony-cms

Version:
43 lines (42 loc) 1.04 kB
{ "name": "jsharmony-cms", "version": "1.13.19", "description": "jsHarmony CMS", "main": "index.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "https://github.com/apHarmony/jsharmony-cms" }, "keywords": [ "jsHarmony", "JavaScript", "CMS" ], "author": "apHarmony <contact@apharmony.com> (http://www.apharmony.com/)", "license": "LGPL-3.0", "bugs": { "url": "https://github.com/apHarmony/jsharmony-cms/issues" }, "homepage": "https://github.com/apHarmony/jsharmony-cms", "devDependencies": { "mocha": "^8.4.0" }, "dependencies": { "async": "^2.6.2", "diff-match-patch": "^1.0.4", "diff2html": "3.4.1", "ejs": "2.7.4", "js-beautify": "^1.11.0", "jsharmony": "^1.5.2", "jsharmony-factory": "^1.2.0", "lodash": "^4.17.19", "node-forge": "^0.10.0", "parse5": "^6.0.1", "ssh2-classic": "^0.8.10", "yauzl": "^2.10.0", "yazl": "^2.5.1" } }