forked from publiclab/inline-markdown-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "inline-markdown-editor",
"version": "0.5.0",
"description": "An inline wysiwyg markdown document editor based on replacing string subsections. WYSIWYG possible via woofmark.",
"main": "dist/inlineMarkdownEditor.js",
"scripts": {
"build": "grunt build",
"test": "grunt jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/inline-markdown-editor.git"
},
"keywords": [
"markdown",
"editor",
"wikis",
"Public Lab"
],
"author": "Public Lab",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/publiclab/inline-markdown-editor/issues"
},
"dependencies": {
"bootstrap": "~3.4.0",
"font-awesome": "~4.7.0",
"jquery": "~3",
"megamark": "^3.2.2",
"publiclab-editor": "^2.0.0"
},
"devDependencies": {
"browserify": "16.2.3",
"grunt": "^1.0.3",
"grunt-browserify": "^5.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-jasmine": "~1.0.3",
"grunt-contrib-watch": "^1.1.0",
"jasmine": "~3.3.1",
"jasmine-ajax": "~3.4.0",
"jasmine-jquery": "~2.1.1",
"matchdep": "^2.0.0"
},
"homepage": "https://github.com/publiclab/inline-markdown-editor"
}