123456789101112131415161718192021222324 |
- {
- "name": "safe-simplemde",
- "version": "0.1.0",
- "homepage": "https://github.com/wrnice/safe-simplemde",
- "authors": [
- "Wrnice <https://github.com/wrnice/>"
- ],
- "description": "A simple markdown editor for the Safe browser.",
- "main": ["src/js/simplemde.js", "src/css/simplemde.css"],
- "keywords": [
- "embeddable",
- "markdown",
- "editor",
- "javascript",
- "wysiwyg"
- ],
- "license": "MIT",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components"
- ]
- }
|