forked from Resetete/tinymce-iconfonts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 946 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-iconfonts",
"version": "1.0.1",
"description": "The holy grail of using icon fonts in TinyMCE.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claviska/tinymce-iconfonts.git"
},
"keywords": [
"tinymce",
"plugin",
"icon",
"fonts"
],
"author": "Cory LaViska",
"license": "MIT",
"bugs": {
"url": "https://github.com/claviska/tinymce-iconfonts/issues"
},
"homepage": "https://github.com/claviska/tinymce-iconfonts#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-terser": "^1.1.7"
}
}