forked from SaswatPadhi/pseudocode.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 829 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
{
"name": "pseudocode",
"version": "2.1.1",
"author": {
"name": "Saswat Padhi",
"email": "saswat.sourav@gmail.com",
"url": "https://saswatpadhi.github.io/"
},
"description": "Beautiful pseudocode for the Web",
"main": "pseudocode.js",
"repository": {
"type": "git",
"url": "git://github.com/SaswatPadhi/pseudocode.js"
},
"files": [
"pseudocode.js",
"src/",
"build/pseudocode.min.css",
"build/pseudocode.min.js"
],
"devDependencies": {
"browserify": "^13.3.0",
"watchify": "^3.9.0",
"uglify-js": "~2.7.5",
"clean-css-cli": "^4.0.0",
"eslint": "^6.6.0"
},
"optionalDependencies": {
"mathjax": "^2.7.5",
"katex": "^0.8.0"
},
"license": "MIT"
}