-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1008 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1008 Bytes
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
{
"name": "tinymce-plugin-tabindent",
"version": "0.5.1",
"description": "An Plugin for the tinymce wysiwyg HTML editor that provide a tabulation indentation on `tab` keypress.",
"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-tabindent.git"
},
"keywords": [
"tinymce",
"plugin",
"styles",
"indentation",
"tabulation"
],
"author": "Rémi Becheras <[email protected]>",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/sirap-group/tinymce-plugin-tabindent/issues"
},
"homepage": "https://github.com/sirap-group/tinymce-plugin-tabindent#readme"
}