forked from linkesch/medium-editor-insert-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "medium-editor-insert-plugin",
"version": "2.3.2",
"description": "jQuery insert plugin for MediumEditor",
"main": "dist/js/medium-editor-insert-plugin.js",
"homepage": "http://linkesch.com/medium-editor-insert-plugin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/orthes/medium-editor-insert-plugin.git"
},
"bugs": {
"url": "https://github.com/orthes/medium-editor-insert-plugin/issues"
},
"author": {
"name": "Pavel Linkesch",
"email": "[email protected]",
"url": "http://linkesch.com"
},
"contributors": [
{
"name": "Jeremy Benoist",
"email": "[email protected]"
}
],
"keywords": [
"contenteditable",
"editor",
"medium",
"wysiwyg",
"rich-text",
"images",
"embeds",
"videos"
],
"dependencies": {
"jquery": ">=1.9.0",
"medium-editor": "^5.15.0",
"handlebars": "~4.0.0",
"blueimp-file-upload": "~9.12.1",
"jquery-sortable": "~0.9.12"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-autoprefixer": "^3.0.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-handlebars": "^0.11.0",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-csso": "^0.7.0",
"grunt-jscs": "^2.8.0",
"grunt-sass": "~1.1.0",
"grunt-template-jasmine-istanbul": "^0.3.4",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.1.0"
},
"scripts": {
"test": "grunt test --verbose"
}
}