forked from smiled0g/medium-editor-multi-placeholders-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1019 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
34
35
36
37
{
"name": "medium-editor-multi-placeholders-plugin",
"version": "1.0.0",
"description": "A plugin for adding multiple placeholders in MediumEditor",
"main": "dist/medium-editor-multi-placeholders-plugin.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "grunt --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smiled0g/medium-editor-multi-placeholders-plugin.git"
},
"keywords": [
"MediumEditor",
"Multple",
"Placeholders"
],
"author": "Kasi Chonpimai",
"license": "MIT",
"bugs": {
"url": "https://github.com/smiled0g/medium-editor-multi-placeholders-plugin/issues"
},
"homepage": "https://github.com/smiled0g/medium-editor-multi-placeholders-plugin#readme",
"dependencies": {
"medium-editor": "^5.15.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1"
}
}