forked from linkesch/medium-editor-mobile-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 825 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
{
"name": "medium-editor-mobile-plugin",
"version": "0.0.1",
"description": "Mobile support for MediumEditor",
"homepage": "https://github.com/orthes/medium-editor-mobile-plugin",
"repository": {
"type": "git",
"url": "https://github.com/orthes/medium-editor-mobile-plugin.git"
},
"bugs": {
"url": "https://github.com/orthes/medium-editor-mobile-plugin/issues"
},
"author": {
"name": "Pavel Linkesch",
"url": "http://linkesch.sk"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-qunit": "~0.5.2"
},
"scripts": {
"test": "grunt test --verbose"
}
}