forked from linkesch/medium-editor-insert-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 865 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
{
"name": "medium-editor-insert-plugin",
"version": "0.3.1",
"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-contrib-uglify": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.4.0",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-autoprefixer": "^0.8.0",
"grunt-sass": "~0.14.0",
"grunt-csso": "^0.6.2",
"grunt-banner": "^0.2.3"
},
"scripts": {
"test": "grunt test --verbose"
}
}