-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1014 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
{
"name": "tinymce-plugin-normalize-fonts",
"version": "0.3.1",
"description": "An Plugin for the tinymce wysiwyg HTML editor that force font-faces and font-sizes to be defined as the editor handles it.",
"main": "plugin.js",
"dependencies": {
"grunt-contrib-jshint": "^0.11.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.6.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.10.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-normalize-fonts.git"
},
"keywords": [
"tinymce",
"plugin",
"fonts"
],
"author": "Rémi Becheras <[email protected]>",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/sirap-group/tinymce-plugin-normalize-fonts/issues"
},
"homepage": "https://github.com/sirap-group/tinymce-plugin-normalize-fonts#readme"
}