forked from linkesch/medium-editor-insert-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 923 Bytes
/
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
{
"name": "medium-editor-insert-plugin",
"version": "1.5.0",
"description": "jQuery insert plugin for MediumEditor",
"license": "MIT",
"homepage": "https://github.com/orthes/medium-editor-insert-plugin",
"repository": {
"type": "git",
"url": "https://github.com/orthes/medium-editor-insert-plugin.git"
},
"author": {
"name": "Pavel Linkesch",
"url": "http://linkesch.sk"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-autoprefixer": "^2.1.0",
"grunt-banner": "^0.2.3",
"grunt-blanket-qunit": "^0.2.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-handlebars": "^0.9.1",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csso": "^0.7.0",
"grunt-sass": "~0.18.0",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.1.0"
},
"scripts": {
"test": "grunt test --verbose"
}
}