simplemde-markdown-editor/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2015-08-11 17:34:14 +02:00
{
2015-09-04 01:04:10 +02:00
"name": "simplemde",
"version": "1.7.6",
2015-09-04 01:04:10 +02:00
"description": "A simple, beautiful, and embeddable JavaScript markdown editor. Features autosaving and spell checking.",
"keywords": [
2015-09-26 05:09:34 +02:00
"embeddable",
"markdown",
"editor",
"javascript",
"wysiwyg"
2015-09-04 01:04:10 +02:00
],
"homepage": "https://github.com/NextStepWebs/simplemde-markdown-editor",
"main": "./src/js/simplemde.js",
2015-09-04 01:04:10 +02:00
"license": "MIT",
"company": "Next Step Webs, Inc.",
"author": {
2015-09-26 05:09:34 +02:00
"name": "Wes Cossick",
"url": "http://www.WesCossick.com"
2015-09-04 01:04:10 +02:00
},
"bugs": {
2015-09-26 05:09:34 +02:00
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor/issues"
2015-09-04 01:04:10 +02:00
},
"dependencies": {
"codemirror": "^5.7.0",
"codemirror-spell-checker": "NextStepWebs/codemirror-spell-checker",
"marked": "chjj/marked"
},
2015-09-04 01:04:10 +02:00
"devDependencies": {
"browserify": "^11.2.0",
"debug": "^2.2.0",
"eslint": "^1.6.0",
2015-09-26 05:09:34 +02:00
"gulp": "*",
"gulp-concat": "*",
"gulp-debug": "^2.1.1",
"gulp-eslint": "^1.0.0",
2015-09-26 05:09:34 +02:00
"gulp-header": "*",
"gulp-jsbeautifier": "*",
"gulp-minify-css": "*",
"gulp-uglify": "*",
"vinyl-source-stream": "^1.1.0"
2015-09-04 01:04:10 +02:00
},
"repository": {
2015-09-26 05:09:34 +02:00
"type": "git",
"url": "https://github.com/NextStepWebs/simplemde-markdown-editor"
2015-09-04 01:04:10 +02:00
}
2015-08-11 17:34:14 +02:00
}