forked from OmarIthawi/arabic-mathjax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 903 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
{
"name": "arabic-mathjax",
"version": "2.1.1",
"description": "A docker container for developing my MathJax plugins.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/OmarIthawi/arabic-mathjax.git"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-uglifycss": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-order": "^1.2.0",
"gulp-plumber": "1.0.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.2.0",
"run-sequence": "^1.2.1"
},
"author": "Omar Al-Ithawi <[email protected]>",
"generator": "Quench <http://quenchjs.com/>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OmarIthawi/arabic-mathjax/issues"
},
"homepage": "http://www.omardo.com/arabic-mathjax/index.html",
"dependencies": {}
}