-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 916 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": "tinymce-plugin-inline-styles",
"version": "0.4.0",
"description": "An Plugin for the tinymce wysiwyg HTML editor that force styles to be defined inline for each element",
"main": "plugin.js",
"devDependencies": {
"grunt": "^0.4.5",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com:sirap-group/tinymce-plugin-inline-styles.git"
},
"keywords": [
"tinymce",
"plugin",
"styles"
],
"author": "Rémi Becheras <[email protected]>",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/sirap-group/tinymce-plugin-inline-styles/issues"
},
"homepage": "https://github.com/sirap-group/tinymce-plugin-inline-styles#readme"
}