This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 352
/
package.json
69 lines (69 loc) · 1.85 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
64
65
66
67
68
69
{
"name": "medium-editor-insert-plugin",
"version": "2.5.1",
"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": "pavel.linkesch@gmail.com",
"url": "http://linkesch.com"
},
"contributors": [
{
"name": "Jeremy Benoist",
"email": "jeremy.benoist@gmail.com"
}
],
"keywords": [
"contenteditable",
"editor",
"medium",
"wysiwyg",
"rich-text",
"images",
"embeds",
"videos"
],
"dependencies": {
"blueimp-file-upload": "^9.28.0",
"handlebars": "^4.0.12",
"jquery": ">=1.9.0",
"jquery-sortable": "~0.9.12",
"medium-editor": "^5.15.0"
},
"devDependencies": {
"all-contributors-cli": "^5.10.2",
"grunt": "^1.0.3",
"grunt-autoprefixer": "^3.0.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-jasmine": "^1.2.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-csso": "^2.2.4",
"grunt-jscs": "^3.0.1",
"grunt-sass": "^3.0.2",
"grunt-template-jasmine-istanbul": "^0.5.0",
"jit-grunt": "^0.10.0",
"node-sass": "^4.11.0",
"time-grunt": "^2.0.0"
},
"scripts": {
"test": "grunt test --verbose",
"contributors:add": "all-contributors add",
"contributors:init": "all-contributors init",
"contributors:check": "all-contributors check",
"contributors:generate": "all-contributors generate"
}
}