-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 986 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": "tinymce-plugin-paragraph",
"version": "0.8.2",
"description": "A plugin for tinymce WYSIWYG HTML editor that allow to edit paragraph properties.",
"main": "plugin.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-bump": "^0.6.0",
"grunt-contrib-uglify": "^0.10.0",
"grunt-standard": "^2.0.0",
"load-grunt-tasks": "^3.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/sirap-group/tinymce-plugin-paragraph",
"repository": {
"type": "git",
"url": "https://github.com/sirap-group/tinymce-plugin-paragraph.git"
},
"keywords": [
"tinymce",
"plugin",
"paragraph"
],
"author": "Rémi Becheras <[email protected]>",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/sirap-group/tinymce-plugin-paragraph/issues"
},
"homepage": "https://github.com/sirap-group/tinymce-plugin-paragraph#readme"
}