-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "tex-lint",
"version": "0.0.19",
"description": "TeX/LaTeX scientific paper linting tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cp common/stex-custom.codemirror-mode.js node_modules/codemirror/mode/stex/stex-patched.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nickkolok/tex-lint.git"
},
"author": "Nikolay Avdeev <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nickkolok/tex-lint/issues"
},
"homepage": "https://github.com/nickkolok/tex-lint#readme",
"dependencies": {
"array-unique": "^0.3.2",
"clone-regexp": "^1.0.0",
"codemirror": "^5.21.0",
"execall": "^1.0.0",
"eyo-kernel": "^1.0.7",
"node-autodetect-utf8-cp1251-cp866": "^0.1.0",
"tex-mathopnames": "0.0.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"browserify": "^13.1.1",
"cheerio": "^1.0.0-rc.2",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-newer": "^1.2.0",
"grunt-node-qunit": "^2.0.2",
"iconv-lite": "^0.4.15",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.2.1",
"jquery-browserify": "^1.8.1",
"jquery-with-bootstrap-for-browserify": "0.0.1-bs3.3.7",
"json-format": "^1.0.1",
"json-from-location-hash": "^0.2.0",
"katex": "^0.7.1",
"load-grunt-tasks": "^3.5.2",
"ls": "^0.2.1",
"mkdirp": "^0.5.1",
"qunit": "^0.9.1",
"time-grunt": "^1.4.0"
}
}