mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
15 lines
341 B
JSON
15 lines
341 B
JSON
{
|
|
"name": "sharelatex",
|
|
"description": "An online collaborative LaTeX editor",
|
|
"dependencies": {
|
|
"rimraf": "~2.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"bunyan": "~0.22.1",
|
|
"grunt-bunyan": "~0.5.0",
|
|
"grunt-execute": "~0.1.5",
|
|
"grunt-available-tasks": "~0.4.1",
|
|
"grunt-concurrent": "~0.4.3"
|
|
}
|
|
}
|