-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 936 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
38
39
{
"name": "tinymce-suggestions",
"version": "1.0.0",
"description": "TinyMCE suggestions is a an auto-complete plugin.",
"main": "plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richard-muvirimi/tinymce-suggestions.git"
},
"keywords": [
"tiny-mce",
"suggestions",
"autocomplete",
"suggest",
"completions"
],
"author": {
"name": "Mokrane",
"url": "https://github.com/shmox75"
},
"contributors": [
{
"name": "Richard Muvirmi",
"email": "richard@tyganeutronics.com",
"url": "https://richard.co.zw"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/richard-muvirimi/tinymce-suggestions/issues"
},
"homepage": "https://github.com/richard-muvirimi/tinymce-suggestions#readme",
"devDependencies": {
"tinymce": "^7.1.0"
}
}