| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "trumbowyg",
- "version": "2.13.0",
- "homepage": "https://github.com/Alex-D/Trumbowyg",
- "authors": [
- {
- "name": "Alexandre Demode (Alex-D)",
- "email": "contact@alex-d.fr",
- "homepage": "http://alex-d.fr"
- }
- ],
- "description": "A lightweight WYSIWYG editor",
- "main": "dist/trumbowyg.js",
- "keywords": [
- "editor",
- "wysiwyg",
- "javascript",
- "richtext"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "bower_components",
- "node_modules",
- "plugins",
- "!dist/plugins",
- "test",
- "tests",
- "src",
- "docs",
- "sponsors",
- "banner.jpg",
- "gulpfile.js",
- "package.json"
- ],
- "dependencies": {
- "jquery": ">=1.8"
- }
- }
|