forked from jscoq/jscoq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
{
"name": "jscoq",
"version": "0.11.0",
"description": "A port of Coq to JavaScript -- run Coq in your browser",
"dependencies": {
"array-equal": "^1.0.0",
"bootstrap": "^3.4.1",
"codemirror": "^5.49.2",
"commander": "^5.0.0",
"find": "^0.3.0",
"glob": "^7.1.3",
"jquery": "^3.4.0",
"jszip": "^3.3.0",
"localforage": "^1.7.3",
"minimatch": "^3.0.4",
"neatjson": "^0.8.3",
"path": "^0.12.7",
"vue": "^2.6.10"
},
"devDependencies": {
"@types/node": "^13.11.1",
"mocha": "^7.1.1",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ejgallego/jscoq.git"
},
"author": "ejgallego",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ejgallego/jscoq/issues"
},
"homepage": "https://jscoq.github.io"
}