UNPKG

apostrophe

Version:

The Apostrophe Content Management System.

94 lines 2.5 kB
{ "name": "apostrophe", "version": "2.108.1", "description": "The Apostrophe Content Management System.", "main": "index.js", "scripts": { "test": "npm run lint && npm run audit && mocha", "audit": "npm audit", "lint": "eslint ." }, "repository": { "type": "git", "url": "git@github.com:apostrophecms/apostrophe.git" }, "keywords": [ "apostrophe", "apostrophe-cms", "apostrophecms", "cms", "node cms", "content management", "content management system" ], "author": "Apostrophe Technologies, Inc.", "license": "MIT", "dependencies": { "@apostrophecms/nunjucks": "^2.5.4", "@sailshq/lodash": "^3.10.4", "async": "^1.5.2", "bless": "^3.0.3", "bluebird": "^3.7.1", "body-parser": "^1.19.0", "cheerio": "^0.22.0", "cli-progress": "^2.1.1", "connect-flash": "^0.1.1", "connect-multiparty": "^2.2.0", "cookie-parser": "^1.4.5", "credential": "^2.0.0", "cuid": "^1.3.8", "deep-get-set": "^0.1.1", "diff": "^4.0.1", "emulate-mongo-2-driver": "^1.2.3", "express": "^4.17.1", "express-session": "^1.17.0", "glob": "^5.0.15", "he": "^0.5.0", "html-to-plaintext": "^0.1.1", "html-to-text": "^5.1.1", "i18n": "^0.8.6", "joinr": "^1.0.2", "jpeg-exif": "^1.1.4", "launder": "^1.1.1", "less": "^3.11.1", "less-middleware": "^3.1.0", "minimatch": "^3.0.4", "mkdirp": "^1.0.3", "moment": "^2.23.0", "moog-require": "^1.1.0", "nodemailer": "^4.7.0", "oembetter": "^0.1.19", "passport": "^0.3.2", "passport-local": "^1.0.0", "passport-totp": "0.0.2", "path-to-regexp": "^1.7.0", "performance-now": "^2.1.0", "qs": "^6.9.3", "regexp-quote": "0.0.0", "request": "^2.88.2", "request-promise": "^4.2.4", "resolve": "^1.12.0", "rimraf": "^2.7.1", "sanitize-html": "^1.22.1", "server-destroy": "^1.0.1", "sluggo": "^0.2.0", "syntax-error": "^1.3.0", "thirty-two": "^1.0.2", "tinycolor2": "^1.4.1", "uglify-js": "^2.8.29", "underscore.string": "^3.3.5", "uploadfs": "^1.15.1", "xregexp": "^2.0.0", "yargs": "^3.32.0" }, "devDependencies": { "eslint": "^6.5.1", "eslint-config-apostrophe": "^2.0.2", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0", "mocha": "^7.0.0" } }