mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
3ace29999b
[misc] import latex log parser GitOrigin-RevId: 2f02af8a58c130f97de51b952456b7a9615d4ed6
17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"name": "latex-log-parser-sharelatex",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"lint": "echo noop",
|
|
"format": "echo noop",
|
|
"test:ci": "echo noop",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"compile": "sh ./bin/compile.sh"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"coffee-script": "^1.10.0"
|
|
}
|
|
}
|