mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
18 lines
375 B
JSON
18 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"
|
||
|
}
|
||
|
}
|