UNPKG

apostrophe

Version:

Apostrophe is a user-friendly content management system. This core module of Apostrophe provides rich content editing and essential facilities to integrate Apostrophe into your Express project. Apostrophe also includes simple facilities for storing your r

72 lines (71 loc) 1.93 kB
{ "name": "apostrophe", "version": "0.5.195", "description": "Apostrophe is a user-friendly content management system. This core module of Apostrophe provides rich content editing and essential facilities to integrate Apostrophe into your Express project. Apostrophe also includes simple facilities for storing your rich content areas in MongoDB and fetching them back again. Additional functionality is available in modules like apostrophe-pages, apostrophe-snippets, apostrophe-blog, apostrophe-events, apostrophe-twitter and apostrophe-rss.", "main": "./lib/apostrophe.js", "dependencies": { "async": "0.8.x", "cheerio": "^0.17.0", "clean-css": "~1.0.0", "clone": "~0.1.11", "deep-get-set": "^0.1.1", "diff": "~1.0.4", "express": "~3.0.5", "extend": "~1.1.3", "hash_file": "0.0.8", "he": "~0.4.1", "i18n": "0.4.1", "joinr": "~0.1.0", "less": "~1.7.0", "lodash": "2.4.x", "moment": "~2.0.0", "nodemailer": "~0.6.0", "nunjucks": "~1.0.0", "oembetter": "^0.1.0", "optimist": "~0.4.0", "password-hash": "~1.2.1", "qs": "~0.5.6", "regexp-quote": "0.0.0", "request": "~2.12.0", "sanitize-html": "1.4.x", "sluggo": "^0.2.0", "uglify-js": "~2.2.5", "underscore.string": "~2.3.1", "validator": "~0.4.19", "wordwrap": "0.0.2", "xregexp": "2.0.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/punkave/apostrophe.git" }, "keywords": [ "apostrophe", "rich", "text", "rich", "media", "rich", "content", "rich", "text", "editor", "rte", "content", "management", "system", "cms", "mongodb", "express", "nunjucks", "wysiwyg", "editor", "jot" ], "author": "P'unk Avenue", "license": "MIT" }