forked from iCAPLyon1/tinymce-formula
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 972 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
{
"name": "tinymce-formula",
"version": "1.1.0",
"description": "Formula plugin for tinyMCE WYSIWYG editor. Allows user to add equations and formulas inside tinyMCE",
"main": "plugin.js",
"scripts": {
"gulp": "gulp",
"grunt2gulp": "grunt2gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iCAPLyon1/tinymce-formula.git"
},
"keywords": [
"tinyMCE",
"formula",
"equation",
"editor"
],
"author": "Panagiotis Tsavdaris",
"license": "MIT",
"bugs": {
"url": "https://github.com/iCAPLyon1/tinymce-formula/issues"
},
"homepage": "https://github.com/iCAPLyon1/tinymce-formula#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^1.4.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"mathjax": "^2.7.0"
}
}